Merge branch 'master' into develop

This commit is contained in:
Fedor Katurov 2020-01-21 14:42:44 +07:00
commit 3c0b6cfa22
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@
"reactrangeslider": "^3.0.6", "reactrangeslider": "^3.0.6",
"redux": "^4.0.1", "redux": "^4.0.1",
"redux-persist": "^5.10.0", "redux-persist": "^5.10.0",
"redux-saga": "^1.0.0", "redux-saga": "^1.0.0",
"reduxsauce": "^1.0.0", "reduxsauce": "^1.0.0",
"scrypt": "^6.0.3", "scrypt": "^6.0.3",
"throttle-debounce": "^2.1.0", "throttle-debounce": "^2.1.0",

View file

@ -22,7 +22,7 @@ const MapListDialogHead: FC<Props> = memo(
}), }),
{} {}
), ),
[] [max, min]
); );
return ( return (