1
0
Fork 0
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:
thomasrosen 2021-01-23 21:33:54 +01:00
parent 7357abed51
commit a716841941

View file

@ -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>