feat: fix information display
This commit is contained in:
parent
f5dff1e655
commit
74b84b5eeb
|
|
@ -104,7 +104,7 @@ export const InformationComponent: FC<{
|
|||
}
|
||||
|
||||
return true;
|
||||
}, [totalAllowedChars, totalChars, isInternal, isPicture]);
|
||||
}, [totalAllowedChars, totalChars, isInternal, isPicture, chars]);
|
||||
|
||||
return (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in New Issue