Skip to content

Commit

Permalink
Remove location from kitlist
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 28, 2024
1 parent 28bb093 commit 70aea32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/kitList/kitList.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<div class="ml-20 mt-20">
<h4 class="m-0 mb-10">{{ device.name || 'No name' }}</h4>
<span class="md-subhead">
<md-icon class="icon_label" md-svg-src="./assets/images/location_icon_light.svg">
<!-- <md-icon class="icon_label" md-svg-src="./assets/images/location_icon_light.svg">
</md-icon>
<span class="mr-10">{{ device.locationString || 'No location' }}</span>
<span class="mr-10">{{ device.locationString || 'No location' }}</span> -->
<md-icon class="icon_label" md-svg-src="./assets/images/sensor_icon.svg">
</md-icon>
<span class="mr-10">{{ device.hardwareName || 'Unknown Kit'}}</span>
Expand Down

0 comments on commit 70aea32

Please sign in to comment.