Explore: Fix unexpected error when loading Explore

This commit is contained in:
Piotr Jamróz
2021-06-24 16:16:23 +02:00
committed by GitHub
parent ea8aee0432
commit dcfe78f23b
@@ -84,4 +84,4 @@ export class TableContainer extends PureComponent<Props> {
}
}
export default hot(module)(connector)(TableContainer);
export default hot(module)(connector(TableContainer));