mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-21 23:35:05 +00:00
WHITESPACE removed some hanging spaces
This commit is contained in:
parent
71506bfa87
commit
9524f62fda
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ function trigger_download(name, data){
|
|||
a.remove()
|
||||
}
|
||||
|
||||
function App({ getString }) {
|
||||
function App({ getString }) {
|
||||
const [frameURL, setFrameURL] = useState(null)
|
||||
const [hashtagURL, setHashtagURL] = useState(null)
|
||||
const [originalPhoto, setOriginalPhoto] = useState(null)
|
||||
|
|
|
@ -56,7 +56,7 @@ function FrameChooser({onChange}) {
|
|||
<img alt={frame.name} src={frame_src_path} />
|
||||
</div>
|
||||
})
|
||||
}
|
||||
}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue