1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Removed asterix from section header

This commit is contained in:
Dean 2022-07-05 10:50:09 +01:00
parent e997ff0a19
commit d3c6f01535

View file

@ -35,10 +35,7 @@
} set`
</script>
<DetailSummary
name={`Conditions${conditionCount ? " *" : ""}`}
collapsible={false}
>
<DetailSummary name={"Conditions"} collapsible={false}>
<div class="conditionCount">{conditionText}</div>
<div>
<ActionButton on:click={openDrawer}>Configure conditions</ActionButton>