mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
🐛 Fix hydration error
This commit is contained in:
parent
c0074869e8
commit
223cc29645
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ export default async function Page() {
|
||||||
</EmptyStateDescription>
|
</EmptyStateDescription>
|
||||||
<EmptyStateFooter>
|
<EmptyStateFooter>
|
||||||
<PayWallDialog>
|
<PayWallDialog>
|
||||||
<DialogTrigger>
|
<DialogTrigger asChild>
|
||||||
<Button>
|
<Button>
|
||||||
<Icon>
|
<Icon>
|
||||||
<SparklesIcon />
|
<SparklesIcon />
|
||||||
|
|
Loading…
Add table
Reference in a new issue