瀏覽代碼

modified from yarn lint

白石誠 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 ThreeStrandedButton = (props) => {
   const { t, isBtnDisabled } = props;
   const { t, isBtnDisabled } = props;
+
   const [btnActive, setBtnActive] = useState('view');
   const [btnActive, setBtnActive] = useState('view');
 
 
   function threeStrandedButtonClickedHandler(viewType) {
   function threeStrandedButtonClickedHandler(viewType) {