yuken hace 3 años
padre
commit
793dc42470
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/app/src/components/Page/DisplaySwitcher.tsx

+ 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;