Cast status property to Status type

This commit is contained in:
Matthieu Louis
2019-02-12 19:03:09 +00:00
parent e8ed1d7fce
commit f9f23a520c
3 changed files with 11 additions and 18 deletions

View File

@@ -28,6 +28,6 @@ ReactDOM.render(
<Provider store={store}>
<App />
</Provider>
),
),
document.getElementById('root'),
);