Skip to content

Commit

Permalink
feat(app subscription): code pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhigarg-bmw committed Aug 23, 2023
1 parent 29a3e23 commit ddff9dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ const AppSubscriptionDetailOverlay = ({
`${t('content.appSubscription.detailOverlay.customer')}`,
getValue(data?.customer),
],
[`${t('content.appSubscription.detailOverlay.bpn')}`,
[
`${t('content.appSubscription.detailOverlay.bpn')}`,
getValue(data?.bpn),
],
[
Expand Down

0 comments on commit ddff9dd

Please sign in to comment.