白石誠 5 лет назад
Родитель
Сommit
5961054437
1 измененных файлов с 1 добавлено и 0 удалено
  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) {