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) {