Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalikkk committed Jan 20, 2024
1 parent a66c57f commit a0f9727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Users/Users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Users() {
[]
);

const getCategory = (catId: number) => (catId === 1 ? "Středoškolláci" : catId === 2 ? "Vysokoškoláci" : "Ostatní");
const getCategory = (catId: number) => (catId === 1 ? "Středoškoláci" : catId === 2 ? "Vysokoškoláci" : "Ostatní");

return (
<>
Expand Down

0 comments on commit a0f9727

Please sign in to comment.