Skip to content

Commit fea9c2e

Browse files
committed
rollback comments
1 parent 327a9fc commit fea9c2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/libs/Navigation/linkingConfig/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,9 +2122,11 @@ const config: LinkingOptions<RootNavigatorParamList>['config'] = {
21222122
// If params are defined, but reportID is explicitly undefined, we will get the url /r/undefined.
21232123
// We want to avoid that situation, so we will return an empty string instead.
21242124
parse: {
2125+
// eslint-disable-next-line
21252126
reportID: (reportID: string | undefined) => reportID ?? '',
21262127
},
21272128
stringify: {
2129+
// eslint-disable-next-line
21282130
reportID: (reportID: string | undefined) => reportID ?? '',
21292131
},
21302132
},

0 commit comments

Comments
 (0)