Skip to content

Commit

Permalink
Add TidExplore component to SelectionWidgetV2.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 16, 2024
1 parent d8c870f commit 6a12440
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Strings from '../../../../codebases/compdem/client-participation/js/strin
import { getMath, getComments } from '../../../../.storybook/utils'
import TidCarouselV2 from './TidCarouselV2'
import CurateV2 from './CurateV2'
import ExploreTid from '../../../../codebases/compdem/client-participation/vis2/components/exploreTid'

const mathResult = getMath()
const commentsData = getComments()
Expand Down Expand Up @@ -60,6 +61,12 @@ const SelectionWidgetV2 = ({math}) => {
allComments={commentsData}
commentsToShow={commentsToShow}
/>
<ExploreTid
math={mathResult}
selectedComment={selectedComment}
selectedTidCuration={selectedTidCuration}
Strings={Strings}
/>
</div>
)
}
Expand Down

0 comments on commit 6a12440

Please sign in to comment.