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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,4 +84,4 @@ export class TableContainer extends PureComponent<Props> {
}
}
export default hot(module)(connector)(TableContainer);
export default hot(module)(connector(TableContainer));