1
0
Fork 0
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:
thomasrosen 2021-04-20 23:39:24 +02:00
parent 71506bfa87
commit 9524f62fda
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -56,7 +56,7 @@ function FrameChooser({onChange}) {
<img alt={frame.name} src={frame_src_path} />
</div>
})
}
}
</div>
)
}