enable App/Offline notification

pull/108/head^2
Szymon Lesisz 6 years ago
parent 566178ee3b
commit b7ded5a138

@ -6,6 +6,6 @@ import type { Props } from '../../index';
export default (props: Props) => {
const { online } = props.wallet;
// if (online) return null;
if (online) return null;
return (<Notification type="error" title="Wallet is offline" />);
};
Loading…
Cancel
Save