hide hltb tab if no UD

This commit is contained in:
Georges-Antoine Assi
2025-11-02 21:33:03 -05:00
parent 88060aa1aa
commit 9bf2afcddc

View File

@@ -156,7 +156,7 @@ watch(
<v-tab value="personal">
{{ t("rom.personal") }}
</v-tab>
<v-tab v-if="currentRom.hltb_metadata" value="timetobeat">
<v-tab v-if="currentRom.hltb_id" value="timetobeat">
{{ t("rom.how-long-to-beat") }}
</v-tab>
<v-tab