Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#985 | Hiding Feedback until react-suggestio…
Browse files Browse the repository at this point in the history
…n-box is stable with react17
  • Loading branch information
snyaggarwal committed Oct 20, 2021
1 parent 27ca5d0 commit 7508aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/app/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { WHITE, BLACK } from '../../common/constants';
import SearchInput from '../search/SearchInput';
import UserOptions from '../users/UserOptions';
import { OPTIONS, SITE_URL } from './MenuOptions.jsx';
import Feedback from '../common/Feedback';
/* import Feedback from '../common/Feedback'; */
import AppsMenu from '../common/AppsMenu';
import ServerConfigsChip from '../common/ServerConfigsChip';

Expand Down Expand Up @@ -255,7 +255,7 @@ const Header = props => {
)
})
}
<Feedback mainButtonLabel='Feedback' containerClassName='feedback-div-open' />
{/* <Feedback mainButtonLabel='Feedback' containerClassName='feedback-div-open' /> */}
</List>
</div>
</Drawer> :
Expand Down Expand Up @@ -358,7 +358,7 @@ const Header = props => {
)
})
}
<Feedback mainButtonLabel={false} containerClassName='feedback-div' />
{/* <Feedback mainButtonLabel={false} containerClassName='feedback-div' /> */}
</List>
</Drawer>

Expand Down

0 comments on commit 7508aca

Please sign in to comment.