diff --git a/src/components/notifications/Context/components/Static/index.js b/src/components/notifications/Context/components/Static/index.js index 73e16893..47d30b24 100644 --- a/src/components/notifications/Context/components/Static/index.js +++ b/src/components/notifications/Context/components/Static/index.js @@ -9,9 +9,9 @@ export default (props: Props) => { if (!location) return null; const notifications: Array = []; - if (location.state.device) { - notifications.push(); - } + // if (location.state.device) { + // notifications.push(); + // } return notifications; }; \ No newline at end of file