mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-09-12 03:05:15 -05:00
Fix title bug in Jubeat
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
<p
|
||||
v-if="
|
||||
(profile.title || profile.parts) && game == GameConstants.JUBEAT
|
||||
(profile.title || profile.parts) &&
|
||||
game == GameConstants.JUBEAT &&
|
||||
version >= VersionConstants.JUBEAT_PROP
|
||||
"
|
||||
class="text-2xl tracking-widest font-light my-1"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user