瀏覽代碼

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>