mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +00:00
only show editor+download, when originalPhoto, frameURL and handleHashtagURL are set
This commit is contained in:
parent
a716841941
commit
c9e38c52a3
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ function App({ getString }) {
|
||||||
<HashtagChooser onChange={handleHashtagURL} />
|
<HashtagChooser onChange={handleHashtagURL} />
|
||||||
</>) : null}
|
</>) : null}
|
||||||
|
|
||||||
{!!originalPhoto && !!frameURL ? (<>
|
{!!originalPhoto && !!frameURL && !!handleHashtagURL ? (<>
|
||||||
<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