Skip to content

Commit ed7d63e

Browse files
committed
Fix JS compile error
1 parent 0f75184 commit ed7d63e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/control/ControlFlowBar.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
</b-button>
2626
</div>
2727

28-
<div v-for="autoRefId of autoRefs" v-if="autoRefReady(autoRefId) !== undefined" class="auto-ref-meta">
28+
<div v-for="autoRefId of autoRefs"
29+
v-bind:key="autoRefId"
30+
v-if="autoRefReady(autoRefId) !== undefined || autoRefBallPlaced(autoRefId) !== undefined"
31+
class="auto-ref-meta">
2932
{{autoRefId}}
3033
<font-awesome-icon
3134
v-b-tooltip.hover.d500

0 commit comments

Comments
 (0)