From 60b59ea9bea3a96c21cbf875cea11c0baa998cfd Mon Sep 17 00:00:00 2001 From: Seth Lemmons Date: Tue, 27 Mar 2018 12:27:25 -0600 Subject: [PATCH] Updated to use the props, not store for data --- 27-mobx-data/a-sync-to-async/src/Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/27-mobx-data/a-sync-to-async/src/Form.js b/27-mobx-data/a-sync-to-async/src/Form.js index d956474..cffd72a 100644 --- a/27-mobx-data/a-sync-to-async/src/Form.js +++ b/27-mobx-data/a-sync-to-async/src/Form.js @@ -89,4 +89,4 @@ class Form extends Component { }; } -export default Form; +export default Form; \ No newline at end of file