From cb7d90b2e2253951ea7cb357cfcf38ceb3a9b825 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 19 Aug 2018 14:46:38 +0300 Subject: [PATCH] fix(gui): display feed fix --- src/app/trackers-images.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/trackers-images.js b/src/app/trackers-images.js index 691eba3..56c84a9 100644 --- a/src/app/trackers-images.js +++ b/src/app/trackers-images.js @@ -11,6 +11,9 @@ export default (props) => { if(!info) return null + if(!info.trackers) + return null + return (
{