We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f67315 commit a53f3f4Copy full SHA for a53f3f4
Projects/Feature/FeaturePokit/Sources/PokitLinkEditView.swift
@@ -28,12 +28,7 @@ public extension PokitLinkEditView {
28
var body: some View {
29
WithPerceptionTracking {
30
VStack(spacing: 0) {
31
- if store.list.isEmpty {
32
- PokitCaution(type: .미분류_링크없음)
33
- Spacer()
34
- } else {
35
- contentList
36
- }
+ contentList
37
}
38
.padding(.top, 16)
39
.overlay(alignment: .bottom) {
0 commit comments