소스 검색

Fixed Jonathan's mistake, official stations don't have owners.

KrisVos130 8 년 전
부모
커밋
3475ebfa3e
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      frontend/components/pages/Home.vue

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

@@ -18,9 +18,6 @@
 							<div v-if="station.privacy !== 'public'" title="This station is not visible to other users." class="station-status">
 								<i class='material-icons'>lock</i>
 							</div>
-							<div v-if="isOwner(station)" title="This is your station." class="station-status">
-								<i class='material-icons'>home</i>
-							</div>
 						</div>
 					</div>