Use material-design-icons instead of material-icons

This commit is contained in:
uwap 2017-11-06 05:50:15 +01:00
parent 465dfa5483
commit 2f342b72bc
16 changed files with 970 additions and 140 deletions

View file

@ -30,6 +30,7 @@ export default function connectMqtt(url: string, store: Store<*,*>) {
store.dispatch({ type: null });
});
client.on("reconnect", () => {
client.end();
store.dispatch({ type: null });
});
}