mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
eslint fix
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
|
||||
import ChatboxBlacklistDialog from './dialogs/ChatboxBlacklistDialog.vue';
|
||||
import Timer from '../../components/Timer.vue';
|
||||
import { showUserDialog, lookupUser } from '../../coordinators/userCoordinator';
|
||||
import { showUserDialog, lookupUser } from '../../coordinators/userCoordinator';
|
||||
|
||||
const PhotonEventTable = defineAsyncComponent(() => import('./components/PhotonEventTable.vue'));
|
||||
|
||||
@@ -204,7 +204,7 @@ import { showUserDialog, lookupUser } from '../../coordinators/userCoordinator';
|
||||
const photonStore = usePhotonStore();
|
||||
const { photonLoggingEnabled, chatboxUserBlacklist } = storeToRefs(photonStore);
|
||||
const { saveChatboxUserBlacklist } = photonStore;
|
||||
|
||||
|
||||
const { showWorldDialog } = useWorldStore();
|
||||
const { lastLocation } = storeToRefs(useLocationStore());
|
||||
const { currentInstanceLocation, currentInstanceWorld, currentInstanceUsersData } = storeToRefs(useInstanceStore());
|
||||
|
||||
@@ -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