Skip to content

Commit 2a4bf6b

Browse files
committed
fix: 모먼트 시간 오타 수정
1 parent 26b375c commit 2a4bf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pages/home/moment-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const MomentList = ({ data }: { data: Moment[] }) => {
147147
<div>
148148
<span className="text-white mr-2">{curMoment.username}</span>
149149
<span className="text-grey text-xs">
150-
{hours > 0 && `${hours}시간`}
150+
{hours > 0 && `${hours}시간`}{` `}
151151
{`${minutes}분 전`}
152152
</span>
153153
</div>

0 commit comments

Comments
 (0)