mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 17:23:50 +02:00
eslint fix
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '../../../components/ui/select';
|
||||
import { createColumns } from './photonEventColumns.jsx';
|
||||
import { photonEventTableTypeFilterList } from '../../../shared/constants/photon';
|
||||
import { lookupUser } from '../../../coordinators/userCoordinator';
|
||||
import { lookupUser } from '../../../coordinators/userCoordinator';
|
||||
|
||||
const emit = defineEmits(['show-chatbox-blacklist']);
|
||||
const { t } = useI18n();
|
||||
@@ -108,7 +108,6 @@ import { lookupUser } from '../../../coordinators/userCoordinator';
|
||||
|
||||
const { stringComparer } = storeToRefs(useSearchStore());
|
||||
|
||||
|
||||
const { showAvatarDialog } = useAvatarStore();
|
||||
|
||||
const { showGroupDialog } = useGroupStore();
|
||||
|
||||
Reference in New Issue
Block a user