Showing 2,441 of 6,157 total issues
Avoid too many return
statements within this function. Open
Open
return (
props.adhocFilter.clause !== Clauses.Having ||
HAVING_OPERATORS.indexOf(operator) !== -1
);
Avoid too many return
statements within this function. Open
Open
return safeHtmlSpan(value);
Avoid too many return
statements within this function. Open
Open
return String(value);
Avoid too many return
statements within this function. Open
Open
return {
...obj,
error_type,
description: message || extra.issue_codes[0]?.message,
};
Avoid too many return
statements within this function. Open
Open
return '';
Avoid too many return
statements within this function. Open
Open
return (
<ResultlessStyles>
<div>{!progressBar && <Loading position="normal" />}</div>
{/* show loading bar whenever progress bar is completed but needs time to render */}
<div>{query.progress === 100 && <Loading position="normal" />}</div>
Avoid too many return
statements within this function. Open
Open
return (otherTabFilters || []).map(flt => ({
id: flt.col,
operator: flt.opr,
value: flt.value,
}));
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return obj;
Avoid too many return
statements within this function. Open
Open
return <Alert type="warning" message={t('The query returned no data')} />;
Avoid too many return
statements within this function. Open
Open
return (
<Button
buttonSize="small"
buttonStyle="primary"
onClick={() =>
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return numberFormatter(value);
Avoid too many return
statements within this function. Open
Open
return [];
Avoid too many return
statements within this function. Open
Open
return timeFormatter(value);
Avoid too many return
statements within this function. Open
Open
return {
...obj,
error_type,
...Object.assign(
{},
Avoid too many return
statements within this function. Open
Open
return chartsByTags[activeSelector];
Avoid too many return
statements within this function. Open
Open
return [];
Avoid too many return
statements within this function. Open
Open
return value;
Avoid too many return
statements within this function. Open
Open
return String(value);