Skip to content

Commit

Permalink
Merge pull request #150 from ligangty/main
Browse files Browse the repository at this point in the history
Remove useless style
  • Loading branch information
ligangty authored Jan 15, 2024
2 parents 30074b8 + 3f3d46b commit 6ec169f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function GroupView() {
store.constituents && store.constituents.length > 0 &&
<ol className="detail-value detail-value-list">
{
store.constituents.map(item => <li key={`constituent-${item}`} className="detail-value-list-item">
store.constituents.map(item => <li key={`constituent-${item}`}>
<Link to={Utils.detailHref(item)}>{item}</Link>
</li>)
}
Expand Down

0 comments on commit 6ec169f

Please sign in to comment.