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 bfc0d60 commit 3dbf370Copy full SHA for 3dbf370
1 file changed
core/src/views/Profile.vue
@@ -69,7 +69,7 @@
69
:href="primaryAction.target"
70
:icon="primaryAction.icon"
71
:target="primaryAction.id === 'phone' ? '_self' :'_blank'"
72
- :rel="primaryAction.id === 'fediverse' ? 'me': null">
+ :rel="primaryAction.id === 'fediverse' ? 'me': undefined">
73
<template #icon>
74
<!-- Fix for https://github.com/nextcloud-libraries/nextcloud-vue/issues/2315 -->
75
<img :src="primaryAction.icon" alt="" class="user-actions__primary__icon">
0 commit comments