Fix linting issues

This commit is contained in:
Preston 2020-09-15 23:10:15 -04:00
parent f9d35e68ab
commit 2c9832d90e
2 changed files with 7 additions and 7 deletions

View File

@ -11,10 +11,10 @@
v-if="selected"
class="bubble selected"
>
<font-awesome-icon
icon="check"
class="icon"
/>
<font-awesome-icon
icon="check"
class="icon"
/>
</div>
<div class="channelName">
{{ channelName }}

View File

@ -34,9 +34,9 @@
<img
:src="thumbnail"
class="upcomingThumbnail"
/>
>
<div
class='premiereDate'
class="premiereDate"
>
<font-awesome-icon
icon="satellite-dish"
@ -46,7 +46,7 @@
class="premiereText"
>
Premieres on:
<br />
<br>
{{ upcomingTimestamp }}
</p>
</div>