's'
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
import { HomePageSkeleton } from "@/app/components/HomePageSkeleton";
|
||||
import { triggerPay } from "@/app/lib/triggerPay";
|
||||
import { getPayEnv, getDeviceFromEnv } from "@/app/lib/payEnv";
|
||||
import { usePayStatusPoll } from "@/app/lib/usePayStatusPoll";
|
||||
@@ -753,7 +754,7 @@ export default function HomeClient() {
|
||||
/>
|
||||
</>
|
||||
) : (
|
||||
<div className="min-h-screen bg-[var(--background)]" aria-hidden />
|
||||
<HomePageSkeleton variant="main" />
|
||||
)}
|
||||
</VipLayout>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user