From 34bed5ee4454ed6f387bfcaab9bf92866520c2e5 Mon Sep 17 00:00:00 2001 From: JinUng41 Date: Sat, 14 Sep 2024 18:58:07 +0900 Subject: [PATCH] =?UTF-8?q?fix/#384=20=EC=A3=BC=EC=86=8C=20=EA=B8=B8?= =?UTF-8?q?=EC=9D=B4=EA=B0=80=20=EA=B8=B8=20=EB=95=8C,=20'...'=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=83=9D=EB=9E=B5=EB=90=98=EA=B2=8C=EB=81=94=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KkuMulKum/Source/MeetingInfo/Cell/MeetingPromiseCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KkuMulKum/Source/MeetingInfo/Cell/MeetingPromiseCell.swift b/KkuMulKum/Source/MeetingInfo/Cell/MeetingPromiseCell.swift index d5ae483a..43b0cca5 100644 --- a/KkuMulKum/Source/MeetingInfo/Cell/MeetingPromiseCell.swift +++ b/KkuMulKum/Source/MeetingInfo/Cell/MeetingPromiseCell.swift @@ -112,7 +112,7 @@ extension MeetingPromiseCell { nameLabel.setText(model.name, style: .body03, color: model.state.nameTextColor) dateLabel.setText(model.dateText, style: .body06, color: model.state.otherTextColor) timeLabel.setText(model.timeText, style: .body06, color: model.state.otherTextColor) - placeLabel.setText(model.placeName, style: .body06, color: model.state.otherTextColor) + placeLabel.setText(model.placeName, style: .body06, color: model.state.otherTextColor, isSingleLine: true) } }