aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-28 01:05:58 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-28 01:15:57 +0000
commit8f61b4ffb0df3a1c8b75a56962a71d139ae72b35 (patch)
treee88a0ce3880a5c48c3cdb055f0127d318408019e
parentbc966b5e2a4502bf8ad8c7eea9f52ae79f75db87 (diff)
fixed spacing
-rw-r--r--mobile/screens/Form1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/screens/Form1.js b/mobile/screens/Form1.js
index e989ea9..de538d7 100644
--- a/mobile/screens/Form1.js
+++ b/mobile/screens/Form1.js
@@ -102,7 +102,7 @@ export default class Form1 extends Component {
longhair : values.longhair,
longbeard : values.longbeard,
extra : (values.extra) ? values.extra : "",
- status : "new"
+ status : "new"
}),
});
//// TODO: handle the response from the serve and decide what to display