diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-28 01:05:58 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-28 01:15:57 +0000 |
| commit | 8f61b4ffb0df3a1c8b75a56962a71d139ae72b35 (patch) | |
| tree | e88a0ce3880a5c48c3cdb055f0127d318408019e /mobile | |
| parent | bc966b5e2a4502bf8ad8c7eea9f52ae79f75db87 (diff) | |
fixed spacing
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/screens/Form1.js | 2 |
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 |
