fix impl to match existing tests

This commit is contained in:
Filip Bech-Larsen
2023-09-21 15:46:58 +02:00
parent ee0bf30d28
commit fd1aee30c3

View File

@@ -12,7 +12,7 @@ const userStates: DisplayStatus[] = [
{ "key": "Disabled", "color": "danger", look: "primary" },
{ "key": "LockedOut", "color": "danger", look: "secondary" },
{ "key": "Invited", "color": "warning", look: "primary" },
{ "key": "Inactive", "color": "warning", look: "secondary" }
{ "key": "Inactive", "color": "warning", look: "primary" }
];
export const getDisplayStateFromUserStatus = (status?: UserStateModel): DisplayStatus =>