eslint fixes

This commit is contained in:
Mikhail Mikheev 2019-09-17 15:19:47 +04:00
parent ceb44ab206
commit 226d7fc673
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ export const safesListSelector: Selector<GlobalState, {}, List<Safe>> = createSe
export const safesCountSelector: Selector<GlobalState, {}, number> = createSelector(
safesMapSelector,
(safes: Map<string, Safe>): number => safes.size,
)
)

View File

@ -209,7 +209,7 @@ export default createMuiTheme({
MuiSvgIcon: {
colorSecondary: {
color: secondaryText,
}
},
},
MuiTab: {
root: {