Browse Source

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

KrisVos130 8 years ago
parent
commit
3475ebfa3e
1 changed files with 0 additions and 3 deletions
  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>