Skip to content

Commit c0eb9dc

Browse files
committed
wip
1 parent 4a51276 commit c0eb9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/layout/theme-selector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function RefreshOnMount(props: ComponentProps<"div">) {
9999
});
100100

101101
return (
102-
<Show when={refresh()} fallback={<div {...props}>{resolved()}</div>} keyed>
102+
<Show when={refresh()} fallback={<div {...props}><div>{resolved()}</div></div>} keyed>
103103
<div {...props}>{resolved()}</div>
104104
</Show>
105105
);

0 commit comments

Comments
 (0)