itizawa 5 năm trước cách đây
mục cha
commit
d64c248713
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/client/js/components/Navbar/ThreeStrandedButton.jsx

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

@@ -12,7 +12,6 @@ const ThreeStrandedButton = (props) => {
     if (isBtnDisabled) {
       return;
     }
-
     if (props.onThreeStrandedButtonClicked != null) {
       props.onThreeStrandedButtonClicked(viewType);
     }