From 457a3c6709788524cd0a42ee0dc6f9431d65c024 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 9 Dec 2023 19:01:58 +0100 Subject: [PATCH] Format the code --- front/packages/ui/src/home/recommanded.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/front/packages/ui/src/home/recommanded.tsx b/front/packages/ui/src/home/recommanded.tsx index b8fe6e20b..ddd6b098a 100644 --- a/front/packages/ui/src/home/recommanded.tsx +++ b/front/packages/ui/src/home/recommanded.tsx @@ -90,7 +90,7 @@ export const ItemDetails = ({ height: ItemDetails.layout.size, flexDirection: "row", bg: (theme) => theme.variant.background, - borderRadius: calc(px(imageBorderRadius), "+", ts(.25)), + borderRadius: calc(px(imageBorderRadius), "+", ts(0.25)), overflow: "hidden", borderColor: (theme) => theme.background, borderWidth: ts(0.25), @@ -127,7 +127,11 @@ export const ItemDetails = ({ })} > - {isLoading ||

theme.colors.white }, "title"])}>{name}

} + {isLoading || ( +

theme.colors.white }, "title"])}> + {name} +

+ )}
{(subtitle || isLoading) && (