💄 show approval state in the user device uI

This commit is contained in:
Fred KISSIE
2026-01-14 01:59:51 +01:00
parent 30943010e6
commit 4c78e93143
5 changed files with 43 additions and 34 deletions

View File

@@ -35,6 +35,7 @@ export type ClientRow = {
userEmail: string | null;
niceId: string;
agent: string | null;
approvalState: "approved" | "pending" | "denied";
};
type ClientTableProps = {