chore (minor, client): remove redundant attribute
This commit is contained in:
parent
d9982a0b6a
commit
ebaefb9697
1 changed files with 1 additions and 1 deletions
|
@ -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!"
|
||||||
|
|
Loading…
Reference in a new issue