Update loading condition for project applications
cgen-19e1a6ce70304c2585f14fc4ac824c24
This commit is contained in:
parent
80f2d9d018
commit
e1070f069b
1 changed files with 1 additions and 1 deletions
|
|
@ -991,7 +991,7 @@ export default function Admin() {
|
|||
Refresh
|
||||
</Button>
|
||||
</div>
|
||||
{applicationsLoading ? (
|
||||
{projectApplicationsLoading ? (
|
||||
<div className="flex items-center gap-2 text-sm">
|
||||
<Loader2 className="h-4 w-4 animate-spin text-aethex-300" />
|
||||
Synchronizing with Supabase…
|
||||
|
|
|
|||
Loading…
Reference in a new issue