Pārlūkot izejas kodu

feat(Home): if there are no stations, display message

Kristian Vos 5 gadi atpakaļ
vecāks
revīzija
663b63ebf1
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      frontend/components/pages/Home.vue

+ 1 - 0
frontend/components/pages/Home.vue

@@ -115,6 +115,7 @@
 						<span v-else class="songTitle">No song</span>
 					</div>
 				</router-link>
+				<h4 v-if="stations.length === 0">There are no stations to display</h4>
 			</div>
 			<main-footer />
 		</div>