Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
fix: hide fav button in content page
Browse files Browse the repository at this point in the history
  • Loading branch information
tux4 committed Jun 4, 2020
1 parent 8a9c521 commit 57fa074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parijat-frontend/src/routes/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class ContentPage extends Component {
return (
<div>
<Header />
<button onClick={this.favItem}>♥️ Favourite</button>
<ContentContainer>
{this.state.result != null ? (
<Content result={this.state.result} />
Expand Down

0 comments on commit 57fa074

Please sign in to comment.