fix eslint

pull/18266/head
afc163 6 years ago
parent 6cd8f2bc3c
commit 00375c2c5e

@ -76,7 +76,8 @@ function getCheckState<T>(props: SelectionCheckboxAllProps<T>) {
const { store, data } = props; const { store, data } = props;
if (!data.length) { if (!data.length) {
return false; return false;
} else if (store.getState().selectionDirty) { }
if (store.getState().selectionDirty) {
return checkSelection({ return checkSelection({
...props, ...props,
data, data,

Loading…
Cancel
Save