From aaed8c6d6f4e7a7422b228e6d7f2c6eddf812afe Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Wed, 21 Apr 2021 01:59:08 +0200 Subject: [PATCH] WHITESPACE indented attributes/properties --- src/HashtagChooser.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/HashtagChooser.js b/src/HashtagChooser.js index 278baa1..2671422 100644 --- a/src/HashtagChooser.js +++ b/src/HashtagChooser.js @@ -68,7 +68,12 @@ function HashtagChooser({ onChange, getString }) { frames.map(frame => { const frame_src_path = frame.src const isChoosen = choosenFrameSRC === frame_src_path - return })