2
0
yuken 3 жил өмнө
parent
commit
793dc42470

+ 2 - 1
packages/app/src/components/Page/DisplaySwitcher.tsx

@@ -141,7 +141,8 @@ const DisplaySwitcher = (): JSX.Element => {
       { isEditable && <HashChanged></HashChanged> }
     </>
   );
-});
+};
+
 DisplaySwitcher.displayName = 'DisplaySwitcher';
 
 export default DisplaySwitcher;