Skip to content

Commit

Permalink
fix: remove favorite filter from hot articles list
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Nov 1, 2024
1 parent a6be495 commit e984c30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/qeta/src/components/ArticlesPage/ArticlesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const ArticlesPage = () => {
title={t('highlights.hotArticles.title')}
noQuestionsLabel={t('highlights.hotArticles.noArticlesLabel')}
icon={<Whatshot fontSize="small" />}
options={{ favorite: true }}
postType="article"
/>
</Grid>
Expand Down

0 comments on commit e984c30

Please sign in to comment.