mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +00:00
BUGFIX a hashtag should not be a requirement
This commit is contained in:
parent
f3587e6f16
commit
cb4c608a05
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ function App({ getString }) {
|
||||||
<HashtagChooser onChange={handleHashtag} />
|
<HashtagChooser onChange={handleHashtag} />
|
||||||
</>) : null}
|
</>) : null}
|
||||||
|
|
||||||
{!!originalPhoto && !!frameURL && !!handleHashtagURL ? (<>
|
{!!originalPhoto && !!frameURL ? (<>
|
||||||
<h2><Localized id="title_reposition_photo" /></h2>
|
<h2><Localized id="title_reposition_photo" /></h2>
|
||||||
{/*
|
{/*
|
||||||
<h2>Edit your Photo:</h2>
|
<h2>Edit your Photo:</h2>
|
||||||
|
|
Loading…
Reference in a new issue