From 741fd9480951eda085935568bb543732def1084d Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 28 Jan 2023 13:35:00 -0500 Subject: src/frontend/mastodon_share_button: fix JSX formatting Signed-off-by: Xe Iaso --- src/frontend/mastodon_share_button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/frontend/mastodon_share_button.tsx b/src/frontend/mastodon_share_button.tsx index f2129e7..744570f 100644 --- a/src/frontend/mastodon_share_button.tsx +++ b/src/frontend/mastodon_share_button.tsx @@ -27,7 +27,7 @@ ${series}${tags.innerText} @cadey@pony.social`; const instanceBox = ( ); - const tootBox = ; + const tootBox = ; const doShare = () => { let instanceURL = instanceBox.value; -- cgit v1.2.3