Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
🔥 - removed some logic to make buttons appear
Browse files Browse the repository at this point in the history
  • Loading branch information
paulywill committed Apr 29, 2019
1 parent b9b80ed commit f641a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class Dashboard extends Component {

<main>
<h1>Hello, {this.props.displayName}!</h1>

<p>Have a habit? : {this.state.habitExist.toString()}</p>

{this.state.habitExist &&
Expand Down

0 comments on commit f641a93

Please sign in to comment.