debug
This commit is contained in:
parent
8577e61c37
commit
cb5f3b3393
|
@ -137,13 +137,13 @@ export default function Vip() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// if (isFetching) {
|
if (isFetching) {
|
||||||
// return (
|
return (
|
||||||
// <section className="flex flex-1 justify-center container">
|
<section className="flex flex-1 justify-center container">
|
||||||
// <span className="absolute top-1/2 loading loading-spinner loading-lg"></span>
|
<span className="absolute top-1/2 loading loading-spinner loading-lg"></span>
|
||||||
// </section>
|
</section>
|
||||||
// );
|
);
|
||||||
// }
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="flex flex-1 justify-center container">
|
<section className="flex flex-1 justify-center container">
|
||||||
|
|
Loading…
Reference in New Issue