Skip to content

Commit 78ecf38

Browse files
committed
hide state icon if ok
1 parent c75efa0 commit 78ecf38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/status/StatusCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<slot name="header-right"></slot>
1414
</div>
1515
<font-awesome-icon
16+
:class="state === 0 ? `text-${subtype}` : ''"
1617
class="ml-1"
1718
fixed-width
1819
:icon="stateIcon"

0 commit comments

Comments
 (0)