Skip to content

Commit 21e3c7b

Browse files
committed
Fix profile actions menu
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent 6ea28a0 commit 21e3c7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/src/views/Profile.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
</ActionLink>
9494
</Actions>
9595
<template v-if="otherActions">
96-
<Actions v-for="action in otherActions"
97-
:key="action.id"
96+
<Actions
9897
:force-menu="true">
99-
<ActionLink
98+
<ActionLink v-for="action in otherActions"
99+
:key="action.id"
100100
:class="{ 'icon-invert': colorMainBackground === '#181818' }"
101101
:close-after-click="true"
102102
:icon="action.icon"

0 commit comments

Comments
 (0)