Skip to content

Commit

Permalink
fix(web): allow item movement/scroll if inventory type is admin
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Dec 13, 2023
1 parent 61318ba commit d53fe32
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/src/reducers/setupInventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,4 @@ export const setupInventoryReducer: CaseReducer<
return item;
}),
};

if (rightInventory?.type === 'admin') state.isBusy = true;
else state.isBusy = false;
};

0 comments on commit d53fe32

Please sign in to comment.