Fix components

pull/5867/head^2
Daniel Supernault 7 months ago
parent 34c5dc75ed
commit 93dde13ea0
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -281,8 +281,7 @@
{{ relationship.blocking ? 'Unblock' : 'Block' }}
</b-dropdown-item>
<b-dropdown-item :href="'/i/report?type=user&id=' + profile.id"
link-class="text-danger font-weight-bold">Report
<b-dropdown-item :href="'/i/report?type=user&id=' + profile.id" link-class="text-danger font-weight-bold">Report
</b-dropdown-item>
</div>
</b-dropdown>
@ -620,6 +619,7 @@ export default {
this.$emit('unfollow');
}
}
}
</script>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save