We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea28a0 commit 21e3c7bCopy full SHA for 21e3c7b
1 file changed
core/src/views/Profile.vue
@@ -93,10 +93,10 @@
93
</ActionLink>
94
</Actions>
95
<template v-if="otherActions">
96
- <Actions v-for="action in otherActions"
97
- :key="action.id"
+ <Actions
98
:force-menu="true">
99
- <ActionLink
+ <ActionLink v-for="action in otherActions"
+ :key="action.id"
100
:class="{ 'icon-invert': colorMainBackground === '#181818' }"
101
:close-after-click="true"
102
:icon="action.icon"
0 commit comments