summaryrefslogtreecommitdiff
path: root/src/components/Trial.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Trial.vue')
-rw-r--r--src/components/Trial.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Trial.vue b/src/components/Trial.vue
index 00511f3..5848583 100644
--- a/src/components/Trial.vue
+++ b/src/components/Trial.vue
@@ -1,7 +1,7 @@
<template>
<td v-for="i in length" :key="i">
<div>
- {{ trial[i-1] }}
+ {{ trial[i - 1] }}
</div>
</td>
</template>