Skip to content

Commit

Permalink
remove squashed checkmark
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed May 23, 2024
1 parent 857e09a commit 3339aa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/trip-tick/web/src/components/trips/TripItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,7 @@ function ChecklistItem({
'flex items-center justify-center',
// completedQuantity === 0 && 'opacity-0',
)}
>
{completed && <Icon name="check" />}
</SliderThumb>
/>
</SliderRoot>
</div>
</div>
Expand Down

0 comments on commit 3339aa9

Please sign in to comment.