Skip to content

Commit 45b501f

Browse files
committed
Add function to NavLink log
1 parent c14c1ae commit 45b501f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CombineRextensions/NavigationLink+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ extension NavigationLink {
6666
self.init(
6767
destination: producer.view(secondScreen),
6868
tag: secondScreen,
69-
selection: Binding<ViewProducerContext?>.store(store, state: path, file: file, line: line, info: info) { value in
69+
selection: Binding<ViewProducerContext?>.store(store, state: path, file: file, function: function, line: line, info: info) { value in
7070
// We want to dispatch the pop action here in case the user
7171
// pops the detail screen so that the RouterReducer knows
7272
// to manipulate the NavigationTree.

0 commit comments

Comments
 (0)