Fix error

pull/2850/head
Alex P 2018-02-26 12:19:29 -08:00
parent c478fb2aef
commit a38c5a0048
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ const RefreshingGraph = ({
editQueryStatus,
grabDataForDownload,
}) => {
const prefix = axes.y.prefix || ''
const suffix = axes.y.suffix || ''
const prefix = (axes && axes.y.prefix) || ''
const suffix = (axes && axes.y.suffix) || ''
if (!queries.length) {
return (