Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 2, 2024
1 parent ca3d836 commit 97ec43f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/pages/ExternalForumList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export const ExternalForumList: () => JSX.Element = () => {
const getForumEvents = (newLang?: string): void => {
setLoadingPage(true)

let filters: NDKFilter = { kinds: [34550, 39000], limit: pageSize }
// @ts-expect-error
let filters: NDKFilter = { kinds: [34550], limit: pageSize }

if (externalForums && !newLang) {
const array = Array.from(externalForums);
Expand Down

0 comments on commit 97ec43f

Please # to comment.