Skip to content

Commit

Permalink
Update location-card.vue
Browse files Browse the repository at this point in the history
Removed trailing spaces on line 20.

Signed-off-by: ThunderboxEntertainment <36485835+ThunderboxEntertainment@users.noreply.github.com>
  • Loading branch information
ThunderboxEntertainment authored Dec 7, 2023
1 parent 0561247 commit c6f6ae5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<span v-for="badgeType in ['alarms', 'battery', 'lights', 'windows', 'doors', 'garagedoors', 'blinds', 'presence', 'lock', 'climate', 'screens', 'projectors', 'speakers']" :key="badgeType">
<status-badge v-if="!config.badges || !config.badges.length || config.badges.indexOf(badgeType) >= 0"
:store="context.store" :element="element" :type="badgeType" :invert-color="config.invertText" :badgeOverrides="badgeOverrides" />
</span>
</span>
</div>
</template>
<div class="card-content-padding">
Expand Down

0 comments on commit c6f6ae5

Please sign in to comment.