From 4d920cc13f1a3fa0d3551e78a5a8f0ff8b05046e Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Mon, 2 Sep 2024 10:55:57 -0700 Subject: Make start icons end icons --- client/src/slices/auth/adminSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/slices') diff --git a/client/src/slices/auth/adminSlice.ts b/client/src/slices/auth/adminSlice.ts index 330fdb8..cc2205e 100644 --- a/client/src/slices/auth/adminSlice.ts +++ b/client/src/slices/auth/adminSlice.ts @@ -10,7 +10,7 @@ type AdminAuth = { const adminSlice = createSlice({ name: 'admin', - initialState: { guest: undefined, token: undefined } as AdminAuth, + initialState: { guests: undefined, token: undefined } as AdminAuth, reducers: { setAdmin: ( state, -- cgit v1.2.3