From 157969aa5ea168b25b5d969fa57fbb31d46a56c2 Mon Sep 17 00:00:00 2001 From: Adrian Oprea Date: Wed, 17 Jan 2018 17:54:35 +0200 Subject: [PATCH] HACK: Comment out code which returns invalid data It seems like the backend is returning a weird response when queried for addons. Once the backend issue is identified and fixed this should be uncommented. Signed-off-by: Adrian Oprea --- .../src/components/Navigation/components/AboutScinoteModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/src/components/Navigation/components/AboutScinoteModal.jsx b/app/javascript/src/components/Navigation/components/AboutScinoteModal.jsx index 665b4cf2a..5a94281b2 100644 --- a/app/javascript/src/components/Navigation/components/AboutScinoteModal.jsx +++ b/app/javascript/src/components/Navigation/components/AboutScinoteModal.jsx @@ -28,7 +28,7 @@ export default (props: Props): Node => { - {addons.map((addon: string): Node =>

{addon}

)} + {/* {addons.map((addon: string): Node =>

{addon}

)} */} );