Skip to content

Commit

Permalink
[fix] #120 ifLet Perception Tracking ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Sep 18, 2024
1 parent 018f72f commit e0b375b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/App/Sources/MainTab/MainTabPath.swift
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ public extension MainTabFeature {

case let .inner(.๋งํฌ์ถ”๊ฐ€๋ฐ์ˆ˜์ •์ด๋™(contentId: id)):
state.categoryId = nil
state.contentDetail = nil
state.path.append(.๋งํฌ์ถ”๊ฐ€๋ฐ์ˆ˜์ •(ContentSettingFeature.State(contentId: id)))
return .send(.contentDetail(.dismiss))

return .none
/// - ๋งํฌ ์ถ”๊ฐ€ํ•˜๊ธฐ
case .delegate(.๋งํฌ์ถ”๊ฐ€ํ•˜๊ธฐ):
state.categoryId = nil
Expand Down

0 comments on commit e0b375b

Please sign in to comment.