Explorar o código

if currentPagePath is null return false 20250604 1

taikou-m hai 1 ano
pai
achega
e46034f5dc

+ 4 - 0
apps/app/src/client/components/PageControls/PageControls.tsx

@@ -261,6 +261,10 @@ const PageControlsSubstance = (props: PageControlsSubstanceProps): JSX.Element =
       return false;
     }
 
+    if (currentPagePath == null) {
+      return false;
+    }
+
     if (isUsersHomepage && !isUsersHomepageDeletionEnabled) {
       return false;
     }