Преглед изворни кода

remove unecessary comments

kaori пре 5 година
родитељ
комит
e810bdb3e7

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

@@ -3,6 +3,7 @@ import PropTypes from 'prop-types';
 import { withTranslation } from 'react-i18next';
 import { UncontrolledTooltip } from 'reactstrap';
 
+// [TODO: rename Threestranded Button by gw4545]
 export const ThreeStrandedButton = withTranslation()((props) => {
   const { t, isBtnDisabled, editorMode } = props;
 
@@ -70,11 +71,8 @@ ThreeStrandedButton.defaultProps = {
   isBtnDisabled: false,
 };
 
-// export const Huga = withTranslation()(ThreeStrandedButton);
-
 
 export const TwoStrandedButton = withTranslation()((props) => {
-// const TwoStrandedButton = (props) => {
   const { t, isBtnDisabled, editorMode } = props;
 
 

+ 1 - 1
src/client/js/components/Page/TagLabels.jsx

@@ -79,7 +79,7 @@ class TagLabels extends React.Component {
     return (
       <>
 
-        <form className="grw-tag-labels form-inline flex-nowrap">
+        <form className="grw-tag-labels form-inline">
           <i className="tag-icon icon-tag mr-2"></i>
           <Suspense fallback={<span className="grw-tag-label badge badge-secondary">―</span>}>
             <RenderTagLabels