From 0ac13a0a5ab56de2fe572c0fbee607f334611414 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 6 Aug 2024 19:29:45 -0700 Subject: [PATCH] Fix display of bottle name --- apps/web/src/app/(default)/(activity)/newBottles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(default)/(activity)/newBottles.tsx b/apps/web/src/app/(default)/(activity)/newBottles.tsx index 9117b69b..5f337f45 100644 --- a/apps/web/src/app/(default)/(activity)/newBottles.tsx +++ b/apps/web/src/app/(default)/(activity)/newBottles.tsx @@ -56,7 +56,7 @@ export default function NewBottles() { bottle={bottle} className="font-medium hover:underline" > - {bottle.brand.shortName || bottle.brand.name} + {`${bottle.brand.shortName || bottle.brand.name} ${bottle.name}`} {bottle.isFavorite && (