From 0d5ad1bc9782893d2bdc4c3c705afd52f98e764d Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 16 Mar 2022 03:31:05 -0400 Subject: [PATCH 1/2] Fix button order --- .../room/widgets/infostand/InfoStandWidgetFurniView.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/room/widgets/infostand/InfoStandWidgetFurniView.tsx b/src/components/room/widgets/infostand/InfoStandWidgetFurniView.tsx index bf92adee..55def41f 100644 --- a/src/components/room/widgets/infostand/InfoStandWidgetFurniView.tsx +++ b/src/components/room/widgets/infostand/InfoStandWidgetFurniView.tsx @@ -354,14 +354,14 @@ export const InfoStandWidgetFurniView: FC = props } - { canUse && - } { (pickupMode !== PICKUP_MODE_NONE) && } + { canUse && + } { ((furniKeys.length > 0 && furniValues.length > 0) && (furniKeys.length === furniValues.length)) &&