We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc3ce4 commit 8e98617Copy full SHA for 8e98617
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