File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,10 @@ const ViewConceptsHeader: React.FC<Props> = ({
173
173
open = { ! ! switchSourceAnchor }
174
174
onClose = { handleSwitchSourceClose }
175
175
>
176
- < Grid container direction = "column" className = { classes . sourcesDropdownHeader } >
176
+ < Grid
177
+ container
178
+ direction = "column"
179
+ className = { classes . sourcesDropdownHeader } >
177
180
< FormControlLabel
178
181
control = {
179
182
< Switch
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ import {
12
12
RETRIEVE_DICTIONARIES_ACTION ,
13
13
RETRIEVE_DICTIONARY_ACTION ,
14
14
RETRIEVE_DICTIONARY_VERSIONS_ACTION ,
15
- TOGGLE_SHOW_VERIFIED_ACTION ,
16
- RETRIEVE_DICTIONARIES_COUNT_ACTION
17
- } from "./actionTypes" ;
15
+ TOGGLE_SHOW_VERIFIED_ACTION } from "./actionTypes" ;
18
16
import { LOGOUT_ACTION } from "../../authentication/redux/actionTypes" ;
19
17
20
18
const initialState : DictionaryState = {
You can’t perform that action at this time.
0 commit comments