fix(explore): Error message not displayed correctly in Timeseries table chart (#12659)

* Fix error message not displayed correctly in Timeseries table chart

* Fix lint error
This commit is contained in:
Kamil Gabryjelski 2021-01-22 00:42:44 +01:00 committed by GitHub
parent e1db016a6c
commit a90ebd94d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -228,9 +228,7 @@ const TimeTable = ({
}
}
>
{errorMsg ? (
{ errorMsg }
) : (
{errorMsg || (
<span style={{ color }}>
<FormattedNumber num={v} format={column.d3format} />
</span>