Skip to content

Commit

Permalink
[design] #154 가로화면 첫화면 split 상태 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 6, 2024
1 parent 3ab3ec5 commit a4a7444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public struct PokitSplitFeature {
/// - State
@ObservableState
public struct State {
var columnVisibility: NavigationSplitViewVisibility = Device.isPortrait ? .doubleColumn : .all
var columnVisibility: NavigationSplitViewVisibility = .doubleColumn

var 포킷: PokitRootFeature.State = .init()
var 카테고리상세: CategoryDetailFeature.State?
Expand Down

0 comments on commit a4a7444

Please sign in to comment.