chore (minor, client): remove redundant attribute

This commit is contained in:
naskya 2024-04-22 06:02:08 +09:00
parent d9982a0b6a
commit ebaefb9697
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -5,7 +5,7 @@
/></template> /></template>
<MkSpacer :content-max="800"> <MkSpacer :content-max="800">
<MkLoading v-if="note == null" /> <MkLoading v-if="note == null" />
<div class="" v-else> <div v-else>
<MkRemoteCaution <MkRemoteCaution
v-if="note.user.host != null" v-if="note.user.host != null"
:href="note.url ?? note.uri!" :href="note.url ?? note.uri!"