Skip to content

Commit

Permalink
Update ActivityItem.vue
Browse files Browse the repository at this point in the history
Signed-off-by: René Gieling <26707476+dartcafe@users.noreply.github.com>
  • Loading branch information
dartcafe authored Jul 13, 2024
1 parent 2cab3a0 commit 822c960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Activity/ActivityItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
: `${parameters[key].name}`
break
case 'circle':
parameters[key] = {
parameters[key] = {
component: SimpleLink,
props: {
href: parameters[key].link,
Expand Down

0 comments on commit 822c960

Please sign in to comment.