Shun Miyazawa 5 months ago
parent
commit
66f04c148d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apps/app/src/client/components/Page/DisplaySwitcher.tsx

+ 0 - 1
apps/app/src/client/components/Page/DisplaySwitcher.tsx

@@ -17,7 +17,6 @@ export const DisplaySwitcher = (): JSX.Element => {
 
   const { editorMode } = useEditorMode();
   const isEditable = useIsEditable();
-
   const revisionIdFromUrl = useRevisionIdFromUrl();
 
   useHashChangedEffect();