Skip to content

Commit a05a989

Browse files
authored
Remove if statement around do command card (viamrobotics#3481)
1 parent 7855879 commit a05a989

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web/frontend/src/components/remote-control-cards.svelte

+1-3
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,7 @@ const getStatus = (statusMap: Record<string, unknown>, resource: commonApi.Resou
197197
{/each}
198198

199199
<!-- ******* DO ******* -->
200-
{#if filterSubtype($components, 'generic').length > 0}
201-
<DoCommand resources={[...$components, ...$services]} />
202-
{/if}
200+
<DoCommand resources={[...$components, ...$services]} />
203201

204202
<!-- ******* OPERATIONS AND SESSIONS ******* -->
205203
<OperationsSessions />

0 commit comments

Comments
 (0)