From c9e38c52a340ac66fe6cf5e82cfc72af5865561f Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Sat, 23 Jan 2021 21:34:29 +0100 Subject: [PATCH] only show editor+download, when originalPhoto, frameURL and handleHashtagURL are set --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 48d44f2..b9b627f 100644 --- a/src/App.js +++ b/src/App.js @@ -308,7 +308,7 @@ function App({ getString }) { ) : null} - {!!originalPhoto && !!frameURL ? (<> + {!!originalPhoto && !!frameURL && !!handleHashtagURL ? (<>

{/*

Edit your Photo: