diff --git a/src/components/notifications/Context/components/Static/index.js b/src/components/notifications/Context/components/Static/index.js index c4a6ae0d..e9606de9 100644 --- a/src/components/notifications/Context/components/Static/index.js +++ b/src/components/notifications/Context/components/Static/index.js @@ -10,10 +10,18 @@ export default (props: Props) => { if (!location) return null; const notifications: Array = []; - // Example: - // if (location.state.device) { - // notifications.push(); - // } + + if (location.pathname.includes('xrp')) { + notifications.push( + , + ); + } return (