Update project applications fallback condition
cgen-d13bfc1ac2f14a749a9669592418e753
This commit is contained in:
parent
e1070f069b
commit
b51e861d4c
1 changed files with 1 additions and 1 deletions
|
|
@ -996,7 +996,7 @@ export default function Admin() {
|
|||
<Loader2 className="h-4 w-4 animate-spin text-aethex-300" />
|
||||
Synchronizing with Supabase…
|
||||
</div>
|
||||
) : applications.length ? (
|
||||
) : projectApplications.length ? (
|
||||
<div className="grid gap-2">
|
||||
{applications.slice(0, 6).map((app) => (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue