From 6a0f2a0ebbb188c4ab7253fc2260a6a4de942f74 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Wed, 6 Jan 2021 19:26:47 +0100 Subject: [PATCH] Export bridgeCommandsSupported from graphs.rs for stats --- ts/graphs/CardCounts.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ts/graphs/CardCounts.svelte b/ts/graphs/CardCounts.svelte index 3667c8bde..55b1ea47f 100644 --- a/ts/graphs/CardCounts.svelte +++ b/ts/graphs/CardCounts.svelte @@ -89,7 +89,11 @@ ■  - dispatch('search', { query: d.query })}>{d.label} + {#if sourceData.bridgeCommandsSupported} + dispatch('search', { query: d.query })}>{d.label} + {:else} + {d.label} + {/if} {d.count} {d.percent}