Skip to content

Commit

Permalink
Stringify MAT errors
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Oct 25, 2022
1 parent 0914dcf commit 0234a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/chart/mat.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const MeasurementAggregationToolkit = ({ testNames }) => {
</Heading>
<Form onSubmit={onSubmit} testNames={testNames} query={router.query} />
{error &&
<NoCharts message={error?.info ?? error} />
<NoCharts message={error?.info ?? JSON.stringify(error)} />
}
<Box sx={{ minHeight: '500px' }}>
{showLoadingIndicator &&
Expand Down

1 comment on commit 0234a1d

@vercel
Copy link

@vercel vercel bot commented on 0234a1d Oct 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

explorer – ./

explorer-ooni1.vercel.app
explorer-one.vercel.app
explorer-git-master-ooni1.vercel.app

Please sign in to comment.