Skip to content

Instantly share code, notes, and snippets.

@scdekov
Created January 11, 2020 15:10
Show Gist options
  • Save scdekov/1dd1446b37baf109c87b017e41dcb8d2 to your computer and use it in GitHub Desktop.
Save scdekov/1dd1446b37baf109c87b017e41dcb8d2 to your computer and use it in GitHub Desktop.
{() => Object.entries(this.state.lastAdded).length === 0 && false ? '' : (
<div>
<h4>Last Added</h4>
<p>Excercise: {this.state.lastAdded.excercise}</p>
<p>Reps: {this.state.lastAdded.reps}</p>
<p>Weight: {this.state.lastAdded.weight} kg</p>
<p>Time Length: {this.state.lastAdded.timeLength}</p>
<p>Notes: {this.state.lastAdded.notes}</p>
</div>
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment