Removed asterix from section header
This commit is contained in:
parent
e997ff0a19
commit
d3c6f01535
|
@ -35,10 +35,7 @@
|
||||||
} set`
|
} set`
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<DetailSummary
|
<DetailSummary name={"Conditions"} collapsible={false}>
|
||||||
name={`Conditions${conditionCount ? " *" : ""}`}
|
|
||||||
collapsible={false}
|
|
||||||
>
|
|
||||||
<div class="conditionCount">{conditionText}</div>
|
<div class="conditionCount">{conditionText}</div>
|
||||||
<div>
|
<div>
|
||||||
<ActionButton on:click={openDrawer}>Configure conditions</ActionButton>
|
<ActionButton on:click={openDrawer}>Configure conditions</ActionButton>
|
||||||
|
|
Loading…
Reference in New Issue