Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Apr 28, 2023
1 parent 8a8462d commit 30e65db
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/components/NcAvatar/NcAvatar.vue
Expand Up @@ -139,14 +139,13 @@ export default {
type="tertiary-no-background"
:container="menuContainer"
:open="contactsMenuOpenState">
<NcActionLink
v-for="(item, key) in menu"
:key="key"
:href="item.href"
:icon="item.icon">
{{ item.text }}
<NcActionLink v-for="(item, key) in menu"
:key="key"
:href="item.href"
:icon="item.icon">
{{ item.text }}
</NcActionLink>
<template #icon v-if="contactsMenuLoading">
<template v-if="contactsMenuLoading" #icon>
<NcLoadingIcon />
</template>
</NcActions>
Expand Down Expand Up @@ -696,7 +695,6 @@ export default {
position: absolute;
top: 0;
left: 0;
}
:deep(.action-item__menutoggle) {
cursor: pointer;
Expand Down

0 comments on commit 30e65db

Please sign in to comment.