Jelajahi Sumber

modified from yarn lint

白石誠 5 tahun lalu
induk
melakukan
5961054437
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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) {