Skip to content

Commit

Permalink
Merge pull request #168 from LemmyNet/main
Browse files Browse the repository at this point in the history
[pull] master from LemmyNet:main
  • Loading branch information
pull[bot] authored Dec 7, 2024
2 parents 0b284ce + 12c5036 commit f573b0f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"husky": "^9.1.5",
"import-sort-style-module": "^6.0.0",
"lint-staged": "^15.2.9",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-import-sort": "^0.0.7",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-packagejson": "^2.5.2",
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/shared/components/community/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ function getDataTypeFromQuery(type?: string): DataType {
}

function getSortTypeFromQuery(
type: string | undefined,
fallback: PostSortType,
type?: string,
): PostSortType {
return type ? (type as PostSortType) : fallback;
}
Expand Down

0 comments on commit f573b0f

Please sign in to comment.