From 2066a619a4e6f5ec8d86c4eedc90086144807cc1 Mon Sep 17 00:00:00 2001 From: margaretmeehan Date: Tue, 22 Oct 2019 16:54:29 -0400 Subject: [PATCH] fix lint errors --- app/server/static/components/users.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/server/static/components/users.vue b/app/server/static/components/users.vue index 638a5de2..ff3ced47 100644 --- a/app/server/static/components/users.vue +++ b/app/server/static/components/users.vue @@ -16,9 +16,10 @@ b-select( placeholder="e.g. Anne" v-model="newRoleMapping.username" - v-on:input="option => {checkValidExistingUser(option); newRoleMapping.userid = option}" + v-on:input="option => {checkValidExistingUser(option);\ + newRoleMapping.userid = option}" ) - option(v-for="otherUser in otherUsers", v-bind:value="otherUser.id", v-bind:key="otherUser.id") + option(v-for="otherUser in otherUsers", v-bind:value="otherUser.id") | {{ otherUser.username }} div.column