Skip to content

Commit 8e98617

Browse files
committed
[fix] 링크 비어있을 때 로직 종료 수정
1 parent 9dc3ce4 commit 8e98617

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Projects/Feature/FeaturePokit/Sources/PokitLinkEditView.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ public extension PokitLinkEditView {
2828
var body: some View {
2929
WithPerceptionTracking {
3030
VStack(spacing: 0) {
31-
if store.list.isEmpty {
32-
PokitCaution(type: .미분류_링크없음)
33-
Spacer()
34-
} else {
35-
contentList
36-
}
31+
contentList
3732
}
3833
.padding(.top, 16)
3934
.overlay(alignment: .bottom) {

0 commit comments

Comments
 (0)