diff --git a/apps/frontend/src/components/launches/information.component.tsx b/apps/frontend/src/components/launches/information.component.tsx index 38ed5f21..dfcf6d8a 100644 --- a/apps/frontend/src/components/launches/information.component.tsx +++ b/apps/frontend/src/components/launches/information.component.tsx @@ -104,7 +104,7 @@ export const InformationComponent: FC<{ } return true; - }, [totalAllowedChars, totalChars, isInternal, isPicture]); + }, [totalAllowedChars, totalChars, isInternal, isPicture, chars]); return (