mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
hide hltb tab if no UD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user