From 6fd47aa88420ed4167c986d5b50519a7806dda05 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Wed, 8 Sep 2021 16:34:27 +0200 Subject: [PATCH] hotbug: include react lib. --- client/src/components/Datatable/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Datatable/utils.js b/client/src/components/Datatable/utils.js index a219bf5bd..0a7ea1308 100644 --- a/client/src/components/Datatable/utils.js +++ b/client/src/components/Datatable/utils.js @@ -1,4 +1,4 @@ -import { React } from 'react'; +import React from 'react'; export const isCellLoading = (loading, cellsCoords, rowIndex, columnId) => { if (!loading) {