From d30778d6787d42872806e3a402a3a07eb3b386c1 Mon Sep 17 00:00:00 2001 From: andrewaltman1 <55675406+andrewaltman1@users.noreply.github.com> Date: Sat, 1 Apr 2023 10:24:40 -0400 Subject: [PATCH] starting work on overlay --- client/slice.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/slice.js b/client/slice.js index 7d4f010..ab1c576 100644 --- a/client/slice.js +++ b/client/slice.js @@ -44,8 +44,6 @@ const slice = createSlice({ }, updateAccountId: (state, action) => { state.origin = state.action.payload - state.garbage = gargee.payload - //trying to fix mergie issue } }, });