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:05:58 +0000
commit519c491309e3e8b98f2b6cd803bb21df084f93ae (patch)
tree74e3cd4086704e2b5c4dea6acded7d5e768bb46d
parent6112f6e099cffd5f1ee1a662398e8eb93bd0525d (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