mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-26 08:58:06 +00:00
comment sticy notification example
This commit is contained in:
parent
0fbbdf7b71
commit
9fcd81924e
@ -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;
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user