Skip to content

Commit

Permalink
add marketplace category class to sectionContent
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Nov 6, 2023
1 parent 63ab223 commit 4cc1e3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/marketplace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ const defaults = {
title={getSectionTitle()}
subTitle={constants.text.subTitle}
/>
<Components.SectionContent className={methods.classnames('newfold-marketplace-wrapper')}>
<Components.SectionContent className={methods.classnames(
'newfold-marketplace-wrapper',
`newfold-marketplace-${marketplaceCategories[activeCategoryIndex]}`
)}>
{ isLoading &&
renderSkeleton()
}
Expand Down

0 comments on commit 4cc1e3f

Please sign in to comment.