From 3658aed3b3529a051bf0a3bc72fa5052241f430f Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Wed, 27 Sep 2023 17:24:53 +0100 Subject: [PATCH] Allow us to find the Share button. --- src/button/ShareButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/button/ShareButton.tsx b/src/button/ShareButton.tsx index 2f7f1334..11f4acbb 100644 --- a/src/button/ShareButton.tsx +++ b/src/button/ShareButton.tsx @@ -24,7 +24,7 @@ export const ShareButton: FC< > = (props) => { const { t } = useTranslation(); return ( - );