Skip to content

Commit

Permalink
未対応エンジン追加時にリストが消える件(#1168) (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmori committed Feb 11, 2023
1 parent 2150791 commit 82f9751
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/EngineManageDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,12 @@
</div>
<div class="no-wrap q-pl-md">
<div class="text-h6 q-ma-sm">機能</div>
<ul v-if="engineManifests[selectedId]">
<ul
v-if="
engineManifests[selectedId] &&
engineManifests[selectedId].supportedFeatures
"
>
<li
v-for="[feature, value] in Object.entries(
engineManifests[selectedId].supportedFeatures
Expand Down

0 comments on commit 82f9751

Please sign in to comment.