Skip to content

Commit

Permalink
Merge pull request #42 from MetaPhase-Consulting/hotfix/remove-feedback
Browse files Browse the repository at this point in the history
Remove feedback button site-wide
  • Loading branch information
burgwyn committed Dec 19, 2018
2 parents d88cfde + 4e3da2e commit 97e89c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Containers/Main/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import Routes from '../../Containers/Routes/Routes';
import Header from '../../Components/Header/Header';
import Footer from '../../Components/Footer/Footer';
import Glossary from '../../Containers/Glossary';
import Feedback from '../../Containers/Feedback';
import FeedbackButton from '../../Containers/FeedbackButton';
import AuthorizedWrapper from '../../Containers/AuthorizedWrapper';
import checkIndexAuthorization from '../../lib/check-auth';
import { store, history } from '../../store';
Expand All @@ -28,8 +26,6 @@ const Main = props => (
<Footer />
<AuthorizedWrapper {...props} isAuthorized={isAuthorized}>
<Glossary />
<Feedback />
<FeedbackButton />
</AuthorizedWrapper>
</div>
</ScrollContext>
Expand Down

0 comments on commit 97e89c7

Please sign in to comment.