Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Mar 14, 2023
1 parent 4569fcc commit 132cb3b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ private struct PresentationNavigationDestinationModifier<
wrappedValue: ViewStore(
store
.filterSend { state, _ in state.wrappedValue != nil }
.scope(state: { $0.wrappedValue.flatMap(toDestinationState) != nil })
.scope(state: { $0.wrappedValue.flatMap(toDestinationState) != nil }),
observe: { $0 }
)
)
self.toDestinationState = toDestinationState
Expand Down

0 comments on commit 132cb3b

Please sign in to comment.