@@ -31,8 +32,14 @@ class RestaurantCard extends HTMLLIElement {
캠퍼스부터 ${distance}분 내
- ${description ?? ""}
+ ${description ? description : ""}
+
`;
}
diff --git a/src/components/restaurant/RestaurantCardList.ts b/src/components/restaurant/RestaurantCardList.ts
index eb1710d37..835e5b64a 100644
--- a/src/components/restaurant/RestaurantCardList.ts
+++ b/src/components/restaurant/RestaurantCardList.ts
@@ -11,17 +11,38 @@ export class RestaurantCardList extends HTMLUListElement {
.map(
(restaurant) =>
`