Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofff committed Feb 5, 2021
1 parent 212150f commit 8526cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/features/wallet/component/FeaturedCardCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const FeaturedCardCarousel: React.FunctionComponent<Props> = (props: Props) => {
}

const anyBonusNotActive =
!(pot.getOrElse(props.bpdActiveBonus, false) && bpdEnabled) ||
(!pot.getOrElse(props.bpdActiveBonus, false) && bpdEnabled) ||
(!props.cgnActiveBonus && cgnEnabled);
return anyBonusNotActive ? (
<View style={styles.container}>
Expand Down

0 comments on commit 8526cb8

Please sign in to comment.