itizawa 5 lat temu
rodzic
commit
d64c248713

+ 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);
     }