Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Jun 9, 2020
1 parent d7af7c1 commit 2801b9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kolibri/plugins/user/assets/src/views/SignInPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
v-if="simpleSignIn && suggestions.length"
v-show="showDropdown"
class="suggestions"
:style="{backgroundColor: $themeTokens.surface}"
:style="{ backgroundColor: $themeTokens.surface }"
>
<UiAutocompleteSuggestion
v-for="(suggestion, i) in suggestions"
Expand Down Expand Up @@ -192,7 +192,7 @@
v-if="simpleSignIn && suggestions.length"
v-show="showDropdown"
class="suggestions"
:style="{backgroundColor: $themeTokens.surface}"
:style="{ backgroundColor: $themeTokens.surface }"
>
<UiAutocompleteSuggestion
v-for="(suggestion, i) in suggestions"
Expand Down Expand Up @@ -235,11 +235,11 @@
import UiAutocompleteSuggestion from 'kolibri-design-system/lib/keen/UiAutocompleteSuggestion';
import UiAlert from 'kolibri-design-system/lib/keen/UiAlert';
import responsiveWindowMixin from 'kolibri.coreVue.mixins.responsiveWindowMixin';
import urls from 'kolibri.urls';
import loginComponents from 'kolibri.utils.loginComponents';
import { PageNames } from '../constants';
import getUrlParameter from './getUrlParameter';
import AuthBase from './AuthBase';
import urls from 'kolibri.urls';
import loginComponents from 'kolibri.utils.loginComponents';
import LanguageSwitcherFooter from './LanguageSwitcherFooter';
import UsersList from './UsersList';
import plugin_data from 'plugin_data';
Expand Down

0 comments on commit 2801b9c

Please sign in to comment.