白石誠 пре 5 година
родитељ
комит
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) {