Explorar el Código

modified from yarn lint

白石誠 hace 5 años
padre
commit
5961054437
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/client/js/components/Navbar/ThreeStrandedButton.jsx

+ 1 - 0
src/client/js/components/Navbar/ThreeStrandedButton.jsx

@@ -5,6 +5,7 @@ import { UncontrolledTooltip } from 'reactstrap';
 
 const ThreeStrandedButton = (props) => {
   const { t, isBtnDisabled } = props;
+
   const [btnActive, setBtnActive] = useState('view');
 
   function threeStrandedButtonClickedHandler(viewType) {