Skip to content

Commit 21760ff

Browse files
committed
chore: linting the app
1 parent 11d3178 commit 21760ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/Common/Login/Form.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@
4646
>
4747
</div>
4848

49-
<div v-for="strategy in strategies" class="w-100 d-flex justify-content-center mt-2">
49+
<div
50+
v-for="strategy in strategies"
51+
v-bind:key="strategy"
52+
class="w-100 d-flex justify-content-center mt-2"
53+
>
5054
<b-button
55+
v-bind:key="strategy"
5156
class="w-100"
5257
variant="primary"
5358
data-cy="Login-submitBtn-strategy"

0 commit comments

Comments
 (0)