Explorar o código

Removed user count from Station display name

theflametrooper %!s(int64=7) %!d(string=hai) anos
pai
achega
aeaececd40
Modificáronse 1 ficheiros con 1 adicións e 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>