mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-25 16:38:08 +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;
|
||||
|
||||
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;
|
||||
};
|
Loading…
Reference in New Issue
Block a user