Adjust spacing that ESlint was complaining about
This commit is contained in:
parent
34f0a5882b
commit
aaa01acdd2
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@
|
||||||
<div
|
<div
|
||||||
v-if="error"
|
v-if="error"
|
||||||
class="error"
|
class="error"
|
||||||
>{{ error }}</div>
|
>
|
||||||
|
{{ error }}
|
||||||
|
</div>
|
||||||
<a :href="spotify_auth_url">
|
<a :href="spotify_auth_url">
|
||||||
<button>Login With Spotify</button>
|
<button>Login With Spotify</button>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue