Skip to content

Commit

Permalink
Implement numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavnt committed Jul 8, 2022
1 parent 7a07831 commit 2cd6fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Models.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default function Models() {
<Visibility />
</ListItemIcon>
<ListItemText
primary={"TODO"}
primary={"Model #" + (index + 1)}
secondary={
model.type[0].toUpperCase() +
model.type.slice(1)
Expand Down

0 comments on commit 2cd6fd9

Please sign in to comment.