Skip to content

Commit

Permalink
disable deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperhuangg committed Oct 4, 2024
1 parent c40e883 commit abe4f3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function <TProps extends WithFullTransactionOrNotFoundProps<Money
}

WithFullTransactionOrNotFound.displayName = `withFullTransactionOrNotFound(${getComponentDisplayName(WrappedComponent)})`;

// eslint-disable-next-line deprecation/deprecation
return withOnyx<TProps & RefAttributes<TRef>, WithFullTransactionOrNotFoundOnyxProps>({
transaction: {
key: ({route}) => {
Expand Down

0 comments on commit abe4f3a

Please sign in to comment.