diff --git a/thallium-frontend/src/components/StoreItem.tsx b/thallium-frontend/src/components/StoreItem.tsx index c0aeed1..a7bd52b 100644 --- a/thallium-frontend/src/components/StoreItem.tsx +++ b/thallium-frontend/src/components/StoreItem.tsx @@ -222,7 +222,7 @@ const StoreItem: React.FC = ({ template }: StoreItemProps) => {

{template.title}

{template.title} - {colours === 1 && ( + {(colours === 1 && uniqueColours.length > 1) && (
{uniqueColours.map((colour) => ( = ({ template }: StoreItemProps) => { ))} - {selectedVariant && ( + {selectedVariant ?

${selectedVariant.price} USD

- )} + :

Select a size to view price

+ }