Skip to content

Commit

Permalink
[design] #154 포킷 선택 안함 문구 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 6, 2024
1 parent 8e84d10 commit 7162936
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Projects/App/Sources/MainTabSplit/Pokit/PokitSplitView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,19 @@ public extension PokitSplitView {
if let store = store.scope(state: \.카테고리상세, action: \.카테고리상세) {
CategoryDetailView(store: store)
} else {
Color.pokit(.bg(.base))
.ignoresSafeArea()
VStack {
Spacer()

PokitCaution(
image: .empty,
titleKey: "선택된 포킷이 없어요!",
message: "포킷 화면에서 포킷을 선택해주세요"
)

Spacer()
}
.background(.pokit(.bg(.base)))
.ignoresSafeArea()
}
}
}
Expand Down

0 comments on commit 7162936

Please sign in to comment.