diff --git a/tgui/packages/tgui/interfaces/SmartVend.tsx b/tgui/packages/tgui/interfaces/SmartVend.tsx index b934d133e51..7c8eeba29d3 100644 --- a/tgui/packages/tgui/interfaces/SmartVend.tsx +++ b/tgui/packages/tgui/interfaces/SmartVend.tsx @@ -20,7 +20,7 @@ export const SmartVend = (props) => { const { secure, locked, contents } = data; return ( - +
{(secure && locked === -1 && ( @@ -39,7 +39,7 @@ export const SmartVend = (props) => { {(contents.length === 0 && ( Unfortunately, this {config.title} is empty. )) || ( - +
Item @@ -51,7 +51,12 @@ export const SmartVend = (props) => { {map(contents, (value: content, key) => ( - {value.name} + + {value.name} + {value.amount} in stock