Fix bug
This commit is contained in:
parent
194a958d40
commit
f379a721f1
|
@ -92,9 +92,9 @@ export default Vue.extend({
|
|||
|
||||
try {
|
||||
if (this.isFollowing) {
|
||||
const canceled = await this.$root.dialog({
|
||||
const { canceled } = await this.$root.dialog({
|
||||
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
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue