Explorar el Código

Removed user count from Station display name

theflametrooper hace 7 años
padre
commit
aeaececd40
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/components/pages/Home.vue

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

@@ -12,7 +12,7 @@
 				<div class="card-content">
 					<div class="media">
 						<div class="media-left displayName">
-							<h5>{{ station.displayName }} - {{station.userCount}}</h5>
+							<h5>{{ station.displayName }}</h5>
 						</div>
 					</div>