Skip to content

Commit 74b84b5

Browse files
committed
feat: fix information display
1 parent f5dff1e commit 74b84b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/information.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const InformationComponent: FC<{
104104
}
105105

106106
return true;
107-
}, [totalAllowedChars, totalChars, isInternal, isPicture]);
107+
}, [totalAllowedChars, totalChars, isInternal, isPicture, chars]);
108108

109109
return (
110110
<div

0 commit comments

Comments
 (0)