Skip to content

Commit

Permalink
removed terminal acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Jul 1, 2024
1 parent 7aca480 commit d3cee35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Acknowledgements/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const _AcknowledgementPage = ({
</Subtitle>
<Paper className="flex flex-column">
<Accordion>
{acknowledgementIdsArray.filter(value => value !== AcknowledgementIdsEnum.confirmation).map((value) => (
{acknowledgementIdsArray.filter(value => value !== AcknowledgementIdsEnum.confirmation && value !== AcknowledgementIdsEnum.terminal).map((value) => (
<AccordionItem title={steps[value].title}>
<AcknowledgementSection
showTitle={false}
Expand Down

0 comments on commit d3cee35

Please sign in to comment.