1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 00:48:35 +00:00

comment sticy notification example

This commit is contained in:
Szymon Lesisz 2018-10-01 12:00:00 +02:00
parent 0fbbdf7b71
commit 9fcd81924e

View File

@ -9,9 +9,9 @@ export default (props: Props) => {
if (!location) return null; if (!location) return null;
const notifications: Array<Notification> = []; const notifications: Array<Notification> = [];
if (location.state.device) { // if (location.state.device) {
notifications.push(<Notification key="example" type="info" title="Static example" />); // notifications.push(<Notification key="example" type="info" title="Static example" />);
} // }
return notifications; return notifications;
}; };