From 901baaf29821818565e299d9513bc3a0dbd4b30f Mon Sep 17 00:00:00 2001 From: Tim Pechersky Date: Tue, 24 Aug 2021 18:52:46 +0200 Subject: [PATCH] fix properties --- frontend/src/components/StreamEntry.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/StreamEntry.js b/frontend/src/components/StreamEntry.js index 30972b0d..520f1b17 100644 --- a/frontend/src/components/StreamEntry.js +++ b/frontend/src/components/StreamEntry.js @@ -36,11 +36,17 @@ const StreamEntry_ = ({ entry, showOnboardingTooltips, className }) => { spacing={0} > {entry.event_type === "ethereum_blockchain" && ( - + )} {entry.event_type === "ethereum_whalewatch" && ( - + )}