Skip to content

Commit

Permalink
fix: render activity library tooltip (#9376)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoferrall committed Jan 23, 2024
1 parent df2e992 commit d561fb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const ActivityGrid = ({templates, selectedCategory}: ActivityGridProps) => {
theme={CATEGORY_THEMES[template.category as CategoryID]}
title={template.name}
type={template.type}
templateRef={template}
badge={
!template.isFree ? (
<ActivityBadge className='m-2 bg-gold-300 text-grape-700'>Premium</ActivityBadge>
Expand Down

0 comments on commit d561fb3

Please sign in to comment.