Skip to content

Commit

Permalink
Merge pull request #100 from openimis/hotfix/suspend-programme
Browse files Browse the repository at this point in the history
hotfix: remove pause icon when create mode
  • Loading branch information
lruzicki authored Jun 10, 2024
2 parents f91dfce + 313f4a8 commit 48ef381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/BenefitPlanPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function BenefitPlanPage({
doIt: openDeleteBenefitPlanConfirmDialog,
icon: <DeleteIcon />,
tooltip: formatMessage(intl, 'socialProtection', 'deleteButtonTooltip'),
}, {
}, !!benefitPlan && {
doIt: openStopBenefitPlanConfirmDialog,
icon: <PauseIcon />,
tooltip: formatMessage(intl, 'socialProtection', 'stopButtonTooltip'),
Expand Down

0 comments on commit 48ef381

Please sign in to comment.