This commit is contained in:
syuilo 2019-07-04 20:52:21 +09:00
parent 194a958d40
commit f379a721f1

View file

@ -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
});