Skip to content

Commit 670984e

Browse files
committed
fix: recheck code
1 parent 5cc0bc2 commit 670984e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin-ui/plugins/admin/components/Mapping/MappingItem.js

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ function MappingItem({ candidate, roles }) {
112112
<Accordion.Header className="text-info">
113113
<Accordion.Indicator className="mr-2" />
114114
{candidate.role}
115+
115116
{isDeleteable && (
116117
<DeleteOutlined
117118
onClick={() => handleDeleteRole()}

0 commit comments

Comments
 (0)