mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 21:36:06 +02:00
fix test
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
import { computed, reactive, ref, shallowReactive, watch } from 'vue';
|
||||
import { defineStore } from 'pinia';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
||||
|
||||
import {
|
||||
compareByCreatedAt,
|
||||
@@ -33,7 +33,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
const locationStore = useLocationStore();
|
||||
const instanceStore = useInstanceStore();
|
||||
const uiStore = useUiStore();
|
||||
const { t } = useI18n();
|
||||
|
||||
|
||||
const currentUser = ref({
|
||||
acceptedPrivacyVersion: 0,
|
||||
|
||||
Reference in New Issue
Block a user