1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-21 23:35:05 +00:00

BUGFIX a hashtag should not be a requirement

This commit is contained in:
thomasrosen 2021-04-21 00:01:05 +02:00
parent f3587e6f16
commit cb4c608a05

View file

@ -309,7 +309,7 @@ function App({ getString }) {
<HashtagChooser onChange={handleHashtag} />
</>) : null}
{!!originalPhoto && !!frameURL && !!handleHashtagURL ? (<>
{!!originalPhoto && !!frameURL ? (<>
<h2><Localized id="title_reposition_photo" /></h2>
{/*
<h2>Edit your Photo:</h2>