From cb4c608a051fa4df4f4d1a37e30d9afb3aeed39a Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Wed, 21 Apr 2021 00:01:05 +0200 Subject: [PATCH] BUGFIX a hashtag should not be a requirement --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 2ad3d4b..1f8b264 100644 --- a/src/App.js +++ b/src/App.js @@ -309,7 +309,7 @@ function App({ getString }) { ) : null} - {!!originalPhoto && !!frameURL && !!handleHashtagURL ? (<> + {!!originalPhoto && !!frameURL ? (<>

{/*

Edit your Photo: