From 74b84b5eebef370cbd423ffcfe8852dfec09cd63 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Thu, 25 Dec 2025 21:38:08 +0700 Subject: [PATCH] feat: fix information display --- apps/frontend/src/components/launches/information.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (