Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fix new chain popup 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jan 3, 2017
1 parent 6ab2360 commit b97144e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/redux/providers/chainMiddleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class ChainMiddleware {
const { nodeStatus } = store.getState();

if (chain !== nodeStatus.netChain) {
showSnackbar(`Switched to ${chain}. Please reload the page.`, 3000);
store.dispatch(showSnackbar(`Switched to ${chain}. Please reload the page.`, 5000));
}
}
}
Expand Down

0 comments on commit b97144e

Please sign in to comment.