Skip to content

Commit

Permalink
dont render id in yourparts (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden authored Jun 17, 2024
1 parent fcd15f8 commit 07537ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/pages/YourParts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ const YourParts = () => {
)}
<Card.Body>
<Card.Title>{part.part_name}</Card.Title>
<Card.Subtitle className="mb-2 text-muted">
{part.part_id}
</Card.Subtitle>
<Card.Text>
<Markdown
components={{
Expand Down

0 comments on commit 07537ca

Please sign in to comment.