Skip to content

Commit

Permalink
Update src/characterCount/CharacterCount.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Babalola <Ibabalola@users.noreply.github.com>
  • Loading branch information
szilvihorvath and Ibabalola authored Mar 2, 2023
1 parent 2d15b2a commit de807ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/characterCount/CharacterCount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const CharacterCount = ({

const isWordsCount = limitType === 'words';

let hydrated = useHydrated();
const hydrated = useHydrated();

useEffect(() => {
setShowError(displayError);
Expand Down

0 comments on commit de807ac

Please # to comment.