Ver Fonte

fix lint

yuken há 3 anos atrás
pai
commit
793dc42470
1 ficheiros alterados com 2 adições e 1 exclusões
  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;