Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Mar 4, 2025
1 parent b5d4e11 commit b467491
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/constraints/ConstraintListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,7 @@
</script>

<div class="constraint-list-item">
<Collapse
title={`${constraint.name}${constraintPlanSpec.order}`}
tooltipContent={constraint.name}
defaultExpanded={false}
>
<Collapse title={constraint.name} tooltipContent={constraint.name} defaultExpanded={false}>
<svelte:fragment slot="left">
<div class="left-content">
<input
Expand Down

0 comments on commit b467491

Please sign in to comment.