From dcfe78f23b4f660b198f761ff91e7b3a1ab4c558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Thu, 24 Jun 2021 16:16:23 +0200 Subject: [PATCH] Explore: Fix unexpected error when loading Explore --- public/app/features/explore/TableContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/TableContainer.tsx b/public/app/features/explore/TableContainer.tsx index 8b77f35b727..a61907509f2 100644 --- a/public/app/features/explore/TableContainer.tsx +++ b/public/app/features/explore/TableContainer.tsx @@ -84,4 +84,4 @@ export class TableContainer extends PureComponent { } } -export default hot(module)(connector)(TableContainer); +export default hot(module)(connector(TableContainer));