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:
parent
e1db016a6c
commit
a90ebd94d4
|
|
@ -228,9 +228,7 @@ const TimeTable = ({
|
|||
}
|
||||
}
|
||||
>
|
||||
{errorMsg ? (
|
||||
{ errorMsg }
|
||||
) : (
|
||||
{errorMsg || (
|
||||
<span style={{ color }}>
|
||||
<FormattedNumber num={v} format={column.d3format} />
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue