mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +00:00
always show frame and hashtag chooser
This commit is contained in:
parent
7357abed51
commit
a716841941
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ function App({ getString }) {
|
||||||
<input onChange={handleImage} type="file" accept="image/*" style={{display: 'none'}} />
|
<input onChange={handleImage} type="file" accept="image/*" style={{display: 'none'}} />
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
{!!originalPhoto ? (<>
|
{true || !!originalPhoto ? (<>
|
||||||
<h2><Localized id="title_choose_frame" /></h2>
|
<h2><Localized id="title_choose_frame" /></h2>
|
||||||
<FrameChooser onChange={handleFrameURL} />
|
<FrameChooser onChange={handleFrameURL} />
|
||||||
<h2><Localized id="title_choose_hashtag" /></h2>
|
<h2><Localized id="title_choose_hashtag" /></h2>
|
||||||
|
|
Loading…
Reference in a new issue