yuken %!s(int64=3) %!d(string=hai) anos
pai
achega
793dc42470
Modificáronse 1 ficheiros con 2 adicións e 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;