1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-25 00:18:07 +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;
const notifications: Array<Notification> = [];
if (location.state.device) {
notifications.push(<Notification key="example" type="info" title="Static example" />);
}
// if (location.state.device) {
// notifications.push(<Notification key="example" type="info" title="Static example" />);
// }
return notifications;
};