Skip to content

Commit

Permalink
[SIW-1956] Fix MDL driving privileges data display (#6588)
Browse files Browse the repository at this point in the history
## Short description
This PR adds the correct data to the driving privileges section in the
MDL skeumorphic card

## List of changes proposed in this pull request
- Replaced `driving_privileges_details` with `driving_privileges` in MDL
card front data

## How to test
Check that driving privileges are correctly displayed in the section 9
of your MDL card.
  • Loading branch information
mastro993 authored Jan 8, 2025
1 parent 694b118 commit 5d0bf2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const MdlFrontData = ({ claims }: DataComponentProps) => {
position={{ left: `${cols[0]}%`, top: `${rows[5]}%` }}
/>
<CardClaim
claim={claims["driving_privileges_details"]}
claim={claims["driving_privileges"]}
position={{ left: "8%", bottom: "17.9%" }}
/>
</View>
Expand Down

0 comments on commit 5d0bf2f

Please sign in to comment.