From ff3e3acca888554f1aca390485e5859b7c11145c Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 14 Jan 2017 15:24:00 -0700 Subject: fix up the new workout screen. --- app/presentation/screens/new-workout-screen.js | 8 ++------ app/services/commands/create-workout-command.js | 8 ++++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/app/presentation/screens/new-workout-screen.js b/app/presentation/screens/new-workout-screen.js index 48d4f4d..5eb8ae1 100644 --- a/app/presentation/screens/new-workout-screen.js +++ b/app/presentation/screens/new-workout-screen.js @@ -29,11 +29,7 @@ export default class NewWorkoutScreen extends Screen { Routine {this.state.routine.name} - - Body Weight: {this.state.body_weight.amount} {this.state.body_weight.unit} + Body Weight: {this.state.body_weight.amount} {this.state.body_weight.unit}