Skip to content

Commit

Permalink
[#175488300] Merge branch '175266668-unsubscribe-bpd' of github.com:p…
Browse files Browse the repository at this point in the history
…agopa/io-app into 175488300-iban-cr-rework
  • Loading branch information
Undermaken committed Nov 11, 2020
2 parents ddb3938 + 41bd4c9 commit 09f9a32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const errorButtonProps = (
title?: string
): BlockButtonProps => ({
alert: true,
title: title ? title : I18n.t("global.buttons.confirm"),
title: title ?? I18n.t("global.buttons.confirm"),
onPress
});

Expand Down
1 change: 0 additions & 1 deletion ts/features/bonus/bpd/screens/details/BpdDetailsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const BpdDetailsScreen: React.FunctionComponent<Props> = props => {
isLoading={loading}
loadingCaption={I18n.t("bonus.bpd.unsubscribe.loading")}
loadingOpacity={0.95}
onCancel={undefined}
>
<DarkLayout
bounces={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const enabledReducer = (
};

/**
* Keep the stat of "unsubscribe" from bpd outcome
* Keep the state of "unsubscribe" from bpd outcome
* @param state
* @param action
*/
Expand Down

0 comments on commit 09f9a32

Please sign in to comment.