pinafore/src/routes/_components/dialog/creators/showMuteDialog.js

10 wiersze
226 B
JavaScript

import MuteDialog from '../components/MuteDialog.html'
import { showDialog } from './showDialog'
export default function showMuteDialog (account) {
return showDialog(MuteDialog, {
label: 'intl.mute',
account
})
}