Skip to content

Commit

Permalink
Boundary screen1 (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov authored Oct 15, 2024
1 parent a1be003 commit 186bed2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export const UICustomizations = {
<div>
{value.map((item, index) => (
<span key={index} className="dm-code">
{/* {item.code} */}
{t(`MP_ROLE_${item.code}`)}
{index < value.length - 1 && ", "}
</span>
Expand Down

0 comments on commit 186bed2

Please sign in to comment.