mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +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'}} />
|
||||
</label>
|
||||
|
||||
{!!originalPhoto ? (<>
|
||||
{true || !!originalPhoto ? (<>
|
||||
<h2><Localized id="title_choose_frame" /></h2>
|
||||
<FrameChooser onChange={handleFrameURL} />
|
||||
<h2><Localized id="title_choose_hashtag" /></h2>
|
||||
|
|
Loading…
Reference in a new issue