summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/Profile.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/views/Profile.vue b/core/src/views/Profile.vue
index c81f214c7ae..be3867c984e 100644
--- a/core/src/views/Profile.vue
+++ b/core/src/views/Profile.vue
@@ -93,10 +93,10 @@
</ActionLink>
</Actions>
<template v-if="otherActions">
- <Actions v-for="action in otherActions"
- :key="action.id"
+ <Actions
:force-menu="true">
- <ActionLink
+ <ActionLink v-for="action in otherActions"
+ :key="action.id"
:class="{ 'icon-invert': colorMainBackground === '#181818' }"
:close-after-click="true"
:icon="action.icon"