diff --git a/frontend/src/_helpers/appUtils.js b/frontend/src/_helpers/appUtils.js index fed6625b22..86da1b02bb 100644 --- a/frontend/src/_helpers/appUtils.js +++ b/frontend/src/_helpers/appUtils.js @@ -824,6 +824,7 @@ export function setTablePageIndex(_ref, tableId, index) { } export function renderTooltip({ props, text }) { + if (text === '') return <>; return ( {text}