diff --git a/src/app/(protected)/dashboard/_components/goal/GoalList.tsx b/src/app/(protected)/dashboard/_components/goal/GoalList.tsx index a7a681b..c4a7eb1 100644 --- a/src/app/(protected)/dashboard/_components/goal/GoalList.tsx +++ b/src/app/(protected)/dashboard/_components/goal/GoalList.tsx @@ -75,11 +75,11 @@ export default function GoalList() { )} {isFetchingNextPage && ( -
불러오는 중…
+불러오는 중…
)} {!hasNextPage && ( -- 모든 목표를 불러왔습니다 +
+ 모든 목표를 불러왔습니다.
)} > diff --git a/src/app/(protected)/goals/[goalId]/_components/GoalContainer.tsx b/src/app/(protected)/goals/[goalId]/_components/GoalContainer.tsx index f4bb9b0..2ade049 100644 --- a/src/app/(protected)/goals/[goalId]/_components/GoalContainer.tsx +++ b/src/app/(protected)/goals/[goalId]/_components/GoalContainer.tsx @@ -16,7 +16,7 @@ export default function GoalContainer({ goalId }: Props) { return (