Skip to content

Commit

Permalink
fix: hide position
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed May 5, 2024
1 parent 89baec2 commit 924dee7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,7 @@ function CategoryCard({ category }: { category: Category }) {
className={cn("flex items-center p-2", dragging && "bg-muted")}
ref={ref}
>
<div>
{category.name}, {category.position}
</div>
<div>{category.name}</div>
<div className="grow"></div>

<DeleteCategoryButton id={category.id} />
Expand Down

0 comments on commit 924dee7

Please sign in to comment.