zahmis 5 ani în urmă
părinte
comite
4fc7c78588
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      src/client/js/components/Page/DisplaySwitcher.jsx

+ 0 - 1
src/client/js/components/Page/DisplaySwitcher.jsx

@@ -15,7 +15,6 @@ const DisplaySwitcher = (props) => {
       {editorMode === 'hackmd' && 'hackmd'}
     </>
   );
-
 };
 
 DisplaySwitcher.propTypes = {