diff --git a/src/components/todoStuff/todoCard.js b/src/components/todoStuff/todoCard.js index 9a52e44..432addf 100644 --- a/src/components/todoStuff/todoCard.js +++ b/src/components/todoStuff/todoCard.js @@ -34,7 +34,7 @@ export default function TodoCard(props) { padding: '0px 2px', }} > - {category} + {categories[category].name}