minor fixes
This commit is contained in:
parent
085788f637
commit
4c732a8ca5
3 changed files with 3 additions and 9 deletions
|
@ -558,12 +558,6 @@
|
||||||
<div class="deleted-text">
|
<div class="deleted-text">
|
||||||
{{ $t('status.status_deleted') }}
|
{{ $t('status.status_deleted') }}
|
||||||
</div>
|
</div>
|
||||||
<reply-button
|
|
||||||
v-if="replying"
|
|
||||||
:replying="replying"
|
|
||||||
:status="status"
|
|
||||||
@toggle="toggleReplying"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -125,6 +125,9 @@ export default {
|
||||||
}, 500)
|
}, 500)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
getRemoteInteractionLink () {
|
||||||
|
return this.$store.getters.remoteInteractionLink({ statusId: this.status.id })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -129,9 +129,6 @@ const StatusActionButtons = {
|
||||||
'-dropdown': button.dropdown?.(),
|
'-dropdown': button.dropdown?.(),
|
||||||
'-active': button.active?.(this.funcArg)
|
'-active': button.active?.(this.funcArg)
|
||||||
}
|
}
|
||||||
},
|
|
||||||
getRemoteInteractionLink () {
|
|
||||||
return this.$store.getters.remoteInteractionLink({ statusId: this.status.id })
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue