enable App/UpdateFirmware notification

pull/108/head
Szymon Lesisz 6 years ago
parent 3ddce5b5d1
commit 0c36ad96bf

@ -5,6 +5,9 @@ import { Notification } from 'components/Notification';
import type { Props } from '../../index';
export default (props: Props) => {
const { selectedDevice } = props.wallet;
const outdated = selectedDevice && selectedDevice.features && selectedDevice.firmware === 'outdated';
if (!outdated) return null;
return (
<Notification
type="warning"

Loading…
Cancel
Save