diff --git a/backend/src/components/admin/mii-grid.tsx b/backend/src/components/admin/mii-grid.tsx index 682098b..fac37be 100644 --- a/backend/src/components/admin/mii-grid.tsx +++ b/backend/src/components/admin/mii-grid.tsx @@ -60,12 +60,20 @@ export default function MiiGrid({ miis, totalCount, lastPage }: Props) { key={mii.id} className={`flex flex-col relative bg-zinc-50 border-zinc-300 rounded-3xl border-2 shadow-lg p-[0.8rem] transition hover:scale-105 hover:bg-cyan-100 hover:border-cyan-600 ${mii.quarantined ? "border-red-300 bg-red-50!" : ""}`} > - {mii.in_queue && ( -
- - In Queue -
- )} +
+ {mii.in_queue && ( +
+ + In Queue +
+ )} + {mii.needsFixing && ( +
+ + Needs Fixing +
+ )} +
{[