Skip to content

Commit

Permalink
fix potential error
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Feb 2, 2024
1 parent 6541c96 commit 40efbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ShipBuild.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>

<ul
v-if="Object.keys(ConfigManager.selectedConfig?.levels).length"
v-if="'levels' in ConfigManager.selectedConfig && Object.keys(ConfigManager.selectedConfig.levels).length"
class="ship-list"
>
<li
Expand Down

0 comments on commit 40efbef

Please sign in to comment.