diff --git a/tgui/packages/tgui/interfaces/Vending.tsx b/tgui/packages/tgui/interfaces/Vending.tsx index 85126aa9652..df01851b760 100644 --- a/tgui/packages/tgui/interfaces/Vending.tsx +++ b/tgui/packages/tgui/interfaces/Vending.tsx @@ -349,7 +349,7 @@ const ProductButton = (props, context) => { }) }> {customPrice} - {displayed_currency_name} + {!access && displayed_currency_name} ) : ( ); };