From 9fcd81924e5300c2c0602cce54fd9cfa1fc590db Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Mon, 1 Oct 2018 12:00:00 +0200 Subject: [PATCH] comment sticy notification example --- .../notifications/Context/components/Static/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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