File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
stories/compdem/client-participation/CivicTechTO Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import Strings from '../../../../codebases/compdem/client-participation/js/strin
5
5
import { getMath , getComments } from '../../../../.storybook/utils'
6
6
import TidCarouselV2 from './TidCarouselV2'
7
7
import CurateV2 from './CurateV2'
8
+ import ExploreTid from '../../../../codebases/compdem/client-participation/vis2/components/exploreTid'
8
9
9
10
const mathResult = getMath ( )
10
11
const commentsData = getComments ( )
@@ -60,6 +61,12 @@ const SelectionWidgetV2 = ({math}) => {
60
61
allComments = { commentsData }
61
62
commentsToShow = { commentsToShow }
62
63
/>
64
+ < ExploreTid
65
+ math = { mathResult }
66
+ selectedComment = { selectedComment }
67
+ selectedTidCuration = { selectedTidCuration }
68
+ Strings = { Strings }
69
+ />
63
70
</ div >
64
71
)
65
72
}
You can’t perform that action at this time.
0 commit comments