Browse Source

Redo commentout

satof3 2 tháng trước cách đây
mục cha
commit
05079167a3
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      apps/app/src/client/components/PageHeader/PageHeader.tsx

+ 2 - 1
apps/app/src/client/components/PageHeader/PageHeader.tsx

@@ -30,7 +30,8 @@ export const PageHeader = (): JSX.Element => {
         ? window.innerWidth - pageHeaderX
         : pageControlsX != null
           ? pageControlsX - pageHeaderX
-          : 300,
+          : // Length that allows users to use PageHeader functionality.
+            300,
     );
   }, [isLargerThanSm, pageControlsX]);