Skip to content

Commit

Permalink
Remove position from device list
Browse files Browse the repository at this point in the history
  • Loading branch information
stalehd committed Apr 9, 2023
1 parent ae9ec66 commit c7d2a93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/app/main-page/main-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
</div>
<div class="item-subtitle">
Id: {{ device.id }}
<span *ngIf="device.lat || 0 != 0">
Posisjon: {{ device.lat }} {{ device.lon }}
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit c7d2a93

Please sign in to comment.