fix: update keys to stop console errors

This commit is contained in:
pskfyi 2022-01-09 23:12:10 -08:00 committed by pskfyi
parent 60a31b659c
commit 724aaaf663
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="tab-content grid flex-col">
<template v-for="(process, index) in $store.state.processes">
<button :key="index" class="text-right font-semibold">
<button :key="process.instrument" class="text-right font-semibold">
{{ process.instrument }}
</button>
<div :key="index" class="progress-bar relative">