Skip to content

Commit 6a12440

Browse files
committed
Add TidExplore component to SelectionWidgetV2.
1 parent d8c870f commit 6a12440

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stories/compdem/client-participation/CivicTechTO/SelectionWidgetV2.stories.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Strings from '../../../../codebases/compdem/client-participation/js/strin
55
import { getMath, getComments } from '../../../../.storybook/utils'
66
import TidCarouselV2 from './TidCarouselV2'
77
import CurateV2 from './CurateV2'
8+
import ExploreTid from '../../../../codebases/compdem/client-participation/vis2/components/exploreTid'
89

910
const mathResult = getMath()
1011
const commentsData = getComments()
@@ -60,6 +61,12 @@ const SelectionWidgetV2 = ({math}) => {
6061
allComments={commentsData}
6162
commentsToShow={commentsToShow}
6263
/>
64+
<ExploreTid
65+
math={mathResult}
66+
selectedComment={selectedComment}
67+
selectedTidCuration={selectedTidCuration}
68+
Strings={Strings}
69+
/>
6370
</div>
6471
)
6572
}

0 commit comments

Comments
 (0)