Skip to content

Commit

Permalink
Merge branch 'main' into implement-radix-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 16, 2024
2 parents 0164211 + 6a12440 commit add8614
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { withParticipationThemeUi } from '../../../../.storybook/decorators'
import TidCarouselV2Animated from './TidCarouselV2Animated'
import TidCarouselV2Static from './TidCarouselV2Static'
import CurateV2 from './CurateV2'
import ExploreTid from '../../../../codebases/compdem/client-participation/vis2/components/exploreTid'

const mathResult = getMath()
const commentsData = getComments()
Expand Down Expand Up @@ -63,6 +64,12 @@ const SelectionWidgetV2 = React.forwardRef(({isStatic, isAccessible, math}, ref)
allComments={commentsData}
commentsToShow={commentsToShow}
/>
<ExploreTid
math={mathResult}
selectedComment={selectedComment}
selectedTidCuration={selectedTidCuration}
Strings={Strings}
/>
</div>
)
})
Expand Down

0 comments on commit add8614

Please sign in to comment.