Skip to content

Commit

Permalink
Merge pull request #4907 from thematters/fix/hide-campaign-featured
Browse files Browse the repository at this point in the history
fix(campaign): hide featured feed of campaign detail
  • Loading branch information
gitwoz authored Oct 21, 2024
2 parents 15e3f05 + c16b491 commit c43d7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/CampaignDetail/ArticleFeeds/Tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ArticleFeedsTabs = ({
})}
/>

<SquareTabs.Tab
{/* <SquareTabs.Tab
selected={feedType === FEED_TYPE_FEATURED}
onClick={() => {
setFeedType(FEED_TYPE_FEATURED)
Expand All @@ -74,7 +74,7 @@ const ArticleFeedsTabs = ({
defaultMessage: 'Featured',
id: 'CnPG8j',
})}
/>
/> */}

{[...stages].reverse().map((stage) =>
shouldShowTab(stage.period?.start) ? (
Expand Down

0 comments on commit c43d7a5

Please sign in to comment.