Skip to content

Commit 3dbf370

Browse files
authored
chore: undefined vs null
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent bfc0d60 commit 3dbf370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/views/Profile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
:href="primaryAction.target"
7070
:icon="primaryAction.icon"
7171
:target="primaryAction.id === 'phone' ? '_self' :'_blank'"
72-
:rel="primaryAction.id === 'fediverse' ? 'me': null">
72+
:rel="primaryAction.id === 'fediverse' ? 'me': undefined">
7373
<template #icon>
7474
<!-- Fix for https://github.com/nextcloud-libraries/nextcloud-vue/issues/2315 -->
7575
<img :src="primaryAction.icon" alt="" class="user-actions__primary__icon">

0 commit comments

Comments
 (0)