Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix (#11724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noha-ElAbrouki authored Sep 12, 2022
1 parent 62198b1 commit 98a1bc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const getDetailCardLines = ({
title: labelCalculationType,
},
{
line: <DetailsLine line={details.parent.uuid} />,
line: <DetailsLine line={details.parent?.uuid} />,
shouldBeDisplayed: !isNil(details.calculation_type),
title: labelCalculationType,
},
Expand Down

0 comments on commit 98a1bc4

Please sign in to comment.