Skip to content

Commit

Permalink
Add missing closing quotes on line 110 of `src-docs\src\views\list_gr…
Browse files Browse the repository at this point in the history
…oup\list_group_example.js`.

Fix #7412
  • Loading branch information
dannya committed Dec 10, 2023
1 parent 0b31be2 commit 5a5b4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/list_group/list_group_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const ListGroupExample = {
},
{
label: 'Second link',
href: '#,
href: '#',
isActive: true,
iconType: 'clock',
}]
Expand Down

0 comments on commit 5a5b4a6

Please sign in to comment.