show certificate, runnercard, sponsoring contract section

This commit is contained in:
Philipp Dormann 2023-04-12 18:36:49 +02:00
parent 64db553185
commit 49c2cd5c4b
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -72,9 +72,9 @@
$: active_deletes = [];
let dataLoaded = false;
export let current_runners = [];
$: sponsoring_contracts_show = generate_runners.length > 0;
$: cards_show = generate_runners.length > 0;
$: certificates_show = generate_runners.length > 0;
$: sponsoring_contracts_show = selected.length > 0;
$: cards_show = selected.length > 0;
$: certificates_show = selected.length > 0;
$: generate_runners = []; //current_runners.filter((r) => r.selected === true);
$: teams = [];
$: orgs = [];