File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/components/QuestionList Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ const QuestionList: FC<Props> = ({
120120 { t ( 'view' , { keyPrefix : 'btns' } ) }
121121 </ Dropdown . Header >
122122 < Dropdown . Item eventKey = "card" active = { viewType === 'card' } >
123- { t ( 'view ' , { keyPrefix : 'card ' } ) }
123+ { t ( 'card ' , { keyPrefix : 'btns ' } ) }
124124 </ Dropdown . Item >
125125 < Dropdown . Item eventKey = "compact" active = { viewType === 'compact' } >
126- { t ( 'view ' , { keyPrefix : 'compact ' } ) }
126+ { t ( 'compact ' , { keyPrefix : 'btns ' } ) }
127127 </ Dropdown . Item >
128128 </ Dropdown . Menu >
129129 </ Dropdown >
Original file line number Diff line number Diff line change 1919 "isolatedModules" : true ,
2020 "noImplicitAny" : false ,
2121 "ignoreDeprecations" : " 5.0" ,
22- "suppressImplicitAnyIndexErrors" : true ,
2322 "noEmit" : true ,
2423 "jsx" : " react-jsx" ,
2524 "baseUrl" : " ./" ,
4039 "exclude" : [
4140 " src/plugins"
4241 ]
43- }
42+ }
You can’t perform that action at this time.
0 commit comments