diff --git a/src/frontend/src/components/render/Instance.tsx b/src/frontend/src/components/render/Instance.tsx index 0976f3d2db..9450626bec 100644 --- a/src/frontend/src/components/render/Instance.tsx +++ b/src/frontend/src/components/render/Instance.tsx @@ -214,7 +214,7 @@ export function RenderInlineModel({ } return ( - + {prefix} {image && } @@ -260,7 +260,7 @@ export function InlineSecondaryBadge({ }): ReactNode { return ( - + {title && ( {title}: diff --git a/src/frontend/src/components/render/Stock.tsx b/src/frontend/src/components/render/Stock.tsx index ea8726eb45..fd6048abca 100644 --- a/src/frontend/src/components/render/Stock.tsx +++ b/src/frontend/src/components/render/Stock.tsx @@ -111,7 +111,7 @@ export function RenderStockItem( // Form the "suffix" text to display const suffix: ReactNode = ( - + {quantity_string} {location && (