diff --git a/src/components/EventDetailViewer.tsx b/src/components/EventDetailViewer.tsx index cc70348..b762133 100644 --- a/src/components/EventDetailViewer.tsx +++ b/src/components/EventDetailViewer.tsx @@ -189,7 +189,7 @@ function SpellTabContent({ needsAccount={false} /> ) : ( - <> +
- +
)} ); diff --git a/src/components/ProfileViewer.tsx b/src/components/ProfileViewer.tsx index 2a18ddd..5e2e8e3 100644 --- a/src/components/ProfileViewer.tsx +++ b/src/components/ProfileViewer.tsx @@ -276,7 +276,7 @@ function SpellTabContent({ needsAccount={false} /> ) : ( - <> +
- +
)} ); diff --git a/src/components/RelayViewer.tsx b/src/components/RelayViewer.tsx index 376968f..4657d5a 100644 --- a/src/components/RelayViewer.tsx +++ b/src/components/RelayViewer.tsx @@ -152,7 +152,7 @@ function SpellTabContent({ needsAccount={false} /> ) : ( - <> +
- +
)} );