Skip to content

Commit

Permalink
remove owner from your_parts and your_robots displays
Browse files Browse the repository at this point in the history
pretty pointless since the owner is very obvious...
  • Loading branch information
is2ac2 authored Jun 15, 2024
1 parent e04b704 commit e19ab1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/pages/YourRobots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ const YourRobots = () => {
)}
<Card.Body>
<Card.Title>{robot.name}</Card.Title>
<Card.Subtitle className="mb-2 text-muted">
{robot.owner}
</Card.Subtitle>
<Card.Text>{robot.description}</Card.Text>
</Card.Body>
</Card>
Expand Down

0 comments on commit e19ab1b

Please sign in to comment.