1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00

fix warning

This commit is contained in:
Lukas Winkler 2018-02-10 18:51:26 +01:00
parent f34976e5fa
commit 9fb855d96c
No known key found for this signature in database
GPG key ID: 94AFBE7C2656A5B5

View file

@ -65,7 +65,7 @@
<strong>Keine Daten!</strong> Leider gibt es für diesen Sender noch keine Daten.
</div>
</main>
<info :color="{backgroundColor:channelData.primary_color,color:channelData.secondary_color}"> </info>
<info v-if="channelData" :color="{backgroundColor:channelData.primary_color,color:channelData.secondary_color}"> </info>
</div>
</template>