File tree 2 files changed +3
-4
lines changed
src/components/QuestionList
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> = ({
120
120
{ t ( 'view' , { keyPrefix : 'btns' } ) }
121
121
</ Dropdown . Header >
122
122
< Dropdown . Item eventKey = "card" active = { viewType === 'card' } >
123
- { t ( 'view ' , { keyPrefix : 'card ' } ) }
123
+ { t ( 'card ' , { keyPrefix : 'btns ' } ) }
124
124
</ Dropdown . Item >
125
125
< Dropdown . Item eventKey = "compact" active = { viewType === 'compact' } >
126
- { t ( 'view ' , { keyPrefix : 'compact ' } ) }
126
+ { t ( 'compact ' , { keyPrefix : 'btns ' } ) }
127
127
</ Dropdown . Item >
128
128
</ Dropdown . Menu >
129
129
</ Dropdown >
Original file line number Diff line number Diff line change 19
19
"isolatedModules" : true ,
20
20
"noImplicitAny" : false ,
21
21
"ignoreDeprecations" : " 5.0" ,
22
- "suppressImplicitAnyIndexErrors" : true ,
23
22
"noEmit" : true ,
24
23
"jsx" : " react-jsx" ,
25
24
"baseUrl" : " ./" ,
40
39
"exclude" : [
41
40
" src/plugins"
42
41
]
43
- }
42
+ }
You can’t perform that action at this time.
0 commit comments