Yidadaa %!s(int64=2) %!d(string=hai) anos
pai
achega
76e6957a8a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/components/new-chat.tsx

+ 2 - 0
app/components/new-chat.tsx

@@ -67,6 +67,8 @@ function useMaskGroup(masks: Mask[]) {
       setGroups(newGroups);
     };
 
+    computeGroup();
+
     window.addEventListener("resize", computeGroup);
     return () => window.removeEventListener("resize", computeGroup);
     // eslint-disable-next-line react-hooks/exhaustive-deps