Commit 11407099 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

fix/loading

parent 752f17ee
...@@ -82,7 +82,7 @@ const Page = () => { ...@@ -82,7 +82,7 @@ const Page = () => {
]; ];
return ( return (
(isLoadingNews || isLoadingBusinessOpportunities || isLoadingPolicyAndLegalInformation || isLoadingCategory || isLoadingEvent) ? ( (isLoadingBusinessOpportunities || isLoadingPolicyAndLegalInformation || isLoadingCategory || isLoadingEvent) ? (
<div className="container w-full h-[80vh] flex justify-center items-center"> <div className="container w-full h-[80vh] flex justify-center items-center">
<Spinner /> <Spinner />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment