Skip to content
Snippets Groups Projects
Commit f379a721 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent 194a958d
No related branches found
No related tags found
No related merge requests found
......@@ -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
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment