From e66dc31da98f144e79b97799a809a7016027c81f Mon Sep 17 00:00:00 2001 From: Artur Pryka Date: Fri, 2 Oct 2020 10:23:11 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20displayName=20in=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/js/app/components/BrowserPreview/BrowserPreview.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/js/app/components/BrowserPreview/BrowserPreview.tsx b/lib/js/app/components/BrowserPreview/BrowserPreview.tsx index c711ef89c..e871fcdb1 100644 --- a/lib/js/app/components/BrowserPreview/BrowserPreview.tsx +++ b/lib/js/app/components/BrowserPreview/BrowserPreview.tsx @@ -48,7 +48,9 @@ const BrowserPreview: FC = ({ ) : ( <> - {currentQuery && {currentQuery.name}} + {currentQuery && ( + {currentQuery.displayName} + )} {currentQuery && queryResults ? (