Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Mar 30, 2024
1 parent d1e2cf5 commit ac0caeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/StripMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const StripMenu = (props, context) => {
}}>
<Button
onClick={() => {
if (item === null) {
if (item === null || 'no_item_action' in item) {
act('equip', {
key: keyAtSpot,
});
Expand Down

0 comments on commit ac0caeb

Please sign in to comment.