Skip to content

Commit

Permalink
We'll want to look at each usage of these and document them as skippa…
Browse files Browse the repository at this point in the history
…ble or (likely) use an appropriate index for iteration.
  • Loading branch information
dannon committed Jan 15, 2019
1 parent 07334d5 commit f349e5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/galaxy/scripts/components/DisplayStructured.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<div>
<div v-for="error in errorMessages" :key="error">
<!-- eslint-disable-next-line vue/require-v-for-key -->
<div v-for="error in errorMessages">
<div class="alert alert-danger" role="alert">{{ error }}</div>
</div>
<div v-html="historyTemplate"></div>
Expand Down

0 comments on commit f349e5f

Please sign in to comment.