Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Oct 21, 2023
1 parent 9f15d93 commit 08cf3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/body/CategoryList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface CategoryListProps {
function CategoryList({ categories, trending, columnsCount }: CategoryListProps): JSX.Element {
/**
* Make sure that last categories row is always full by removing
* excess categories so the total count is devisable by collumn count
* excess categories so the total count is devisable by column count
*/
function getCleanedCategories() {
if(!categories) return undefined;
Expand Down

0 comments on commit 08cf3a0

Please sign in to comment.