From f793d432547f69147d42920cb70ae031c5c4a95b Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Fri, 17 Sep 2021 18:55:27 +0200 Subject: [PATCH] reactivate the hashtag chooser on frames without text --- src/App.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 632dd61..4ed5a91 100644 --- a/src/App.js +++ b/src/App.js @@ -340,8 +340,14 @@ function App({ getString, locales, currentLocale, onLanguageChange }) { {true || !!originalPhoto ? (<>

- {/*

*/} - {/* */} + { + (frameURL || '').startsWith('/static/media/btw_') + ? null + : <> +

+ + + } ) : null} {!!originalPhoto && !!frameURL ? (<>