Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dappforce/polkaverse into d…
Browse files Browse the repository at this point in the history
…eploy/low-comments
  • Loading branch information
teodorus-nathaniel committed Jan 30, 2024
2 parents 363a8e3 + 2bae2eb commit bd416cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/HomePageFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const Filters = (props: Props) => {

let filters = filterByKey[tabKey]
if (!isWhitelisted && tabKey === 'posts') {
filters = filters.slice(0, -1)
filters = filters.filter(({ value }) => value !== 'hot')
}

return (
Expand Down

0 comments on commit bd416cf

Please sign in to comment.