feat: fix information display

This commit is contained in:
Nevo David 2025-12-25 21:38:08 +07:00
parent f5dff1e655
commit 74b84b5eeb
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ export const InformationComponent: FC<{
}
return true;
}, [totalAllowedChars, totalChars, isInternal, isPicture]);
}, [totalAllowedChars, totalChars, isInternal, isPicture, chars]);
return (
<div