diff --git a/src/components/Cards/ProfileCard.vue b/src/components/Cards/ProfileCard.vue index 677a076d..cd1831e4 100644 --- a/src/components/Cards/ProfileCard.vue +++ b/src/components/Cards/ProfileCard.vue @@ -2,7 +2,7 @@ import axios from "axios"; import { ref, onMounted } from "vue"; import { dashCode } from "@/constants/userData"; -import { GameConstants, getGameInfo } from "@/constants"; +import { GameConstants, getGameInfo, VersionConstants } from "@/constants"; import UserEmblem from "@/components/UserEmblem.vue"; import UserQpro from "@/components/UserQpro.vue"; import { getGitadoraColor, getJubilityColor } from "@/constants/skillColor.js"; @@ -119,7 +119,9 @@ onMounted(async () => {