Skip to content

Commit

Permalink
[#176455937] remove callback chain
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofff committed Feb 10, 2021
1 parent eca6a13 commit c8880a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ts/features/bonus/bpd/screens/details/BpdDetailsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ const BpdDetailsScreen: React.FunctionComponent<Props> = props => {
contextualHelp={emptyContextualHelp}
footerContent={
canRenderButton && (
<GoToTransactions
goToTransactions={() => props.goToTransactions()}
/>
<GoToTransactions goToTransactions={props.goToTransactions} />
)
}
footerFullWidth={<SectionStatusComponent sectionKey={"cashback"} />}
Expand Down

0 comments on commit c8880a3

Please sign in to comment.