From 9524f62fdafda1669979d301d4b46487c8ae86f5 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Tue, 20 Apr 2021 23:39:24 +0200 Subject: [PATCH] WHITESPACE removed some hanging spaces --- src/App.js | 2 +- src/FrameChooser.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index a7f7054..878ba80 100644 --- a/src/App.js +++ b/src/App.js @@ -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) diff --git a/src/FrameChooser.js b/src/FrameChooser.js index b8fba8f..e5f605b 100644 --- a/src/FrameChooser.js +++ b/src/FrameChooser.js @@ -56,7 +56,7 @@ function FrameChooser({onChange}) { {frame.name} }) - } + } ) }