Skip to content

Commit f7141fd

Browse files
Abdullah KhanAbdullah Khan
authored andcommitted
feat(explore-suspect-attrs): Minor iteration
1 parent d9d8beb commit f7141fd

File tree

1 file changed

+1
-1
lines changed
  • static/app/views/explore/components/suspectTags

1 file changed

+1
-1
lines changed

static/app/views/explore/components/suspectTags/charts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function Chart({
149149
seriesParamsOrParam: TooltipComponentFormatterCallbackParams
150150
) => {
151151
if (!Array.isArray(seriesParamsOrParam)) {
152-
throw new Error('seriesParamsOrParam is not an array in formatAxisLabel');
152+
return '\u2014';
153153
}
154154

155155
const selectedParam = seriesParamsOrParam[0];

0 commit comments

Comments
 (0)