From 1d12c57ff6a4af4d50a530ac9d55a89a57b97cb9 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Fri, 20 Jan 2017 21:38:02 -0600 Subject: [PATCH] More cleanup. --- .../js/bikes/components/BikeModal/index.jsx | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/bikeshop_project/assets/js/bikes/components/BikeModal/index.jsx b/bikeshop_project/assets/js/bikes/components/BikeModal/index.jsx index 2414166..32e2b21 100644 --- a/bikeshop_project/assets/js/bikes/components/BikeModal/index.jsx +++ b/bikeshop_project/assets/js/bikes/components/BikeModal/index.jsx @@ -93,18 +93,16 @@ export default class BikeModal extends React.Component { ); } - return ( -
- - {form ||
Unable to edit bike.
} + return (
+ + {form ||
Unable to edit bike.
} -
-
- ); +
+
); } -} \ No newline at end of file +}