From d44b49294baaa8a948c229b90f7f77768b6cedde Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 28 Sep 2021 11:25:44 +1000 Subject: [PATCH] make 'for' argument optional in TooltipLabel The latest svelte-check has revealed we were not passing 'for' in when we should have been. This is a quick hack to get the tests passing again, but a better approach that actually makes this accessible again would be good in the future. --- ts/deck-options/CheckBoxRow.svelte | 3 +-- ts/deck-options/TooltipLabel.svelte | 8 ++++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ts/deck-options/CheckBoxRow.svelte b/ts/deck-options/CheckBoxRow.svelte index fcb1122bc..491df91d7 100644 --- a/ts/deck-options/CheckBoxRow.svelte +++ b/ts/deck-options/CheckBoxRow.svelte @@ -5,7 +5,6 @@ - + {#if forId} + + {:else} + + {/if}