소스 검색

Removed user count from Station display name

theflametrooper 7 년 전
부모
커밋
aeaececd40
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>