mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-12 13:48:33 +09:00
Fix bug
This commit is contained in:
parent
194a958d40
commit
f379a721f1
@ -92,9 +92,9 @@ export default Vue.extend({
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
if (this.isFollowing) {
|
if (this.isFollowing) {
|
||||||
const canceled = await this.$root.dialog({
|
const { canceled } = await this.$root.dialog({
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
text: this.$t('@.unfollow-confirm', { name: user.name || user.username }),
|
text: this.$t('@.unfollow-confirm', { name: this.user.name || this.user.username }),
|
||||||
showCancelButton: true
|
showCancelButton: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user