fixes to mute menu and mute description

This commit is contained in:
Henry Jameson 2025-01-27 17:53:34 +02:00
commit d01e069bf2
7 changed files with 34 additions and 26 deletions

View file

@ -5,7 +5,7 @@ import ConfirmModal from './confirm_modal.vue'
import Select from 'src/components/select/select.vue'
export default {
props: ['type', 'user'],
props: ['type', 'user', 'status'],
emits: ['hide', 'show', 'muted'],
data: () => ({
showing: false,