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:
parent
f3587e6f16
commit
cb4c608a05
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue