it.code !== 'all', machines)}
currency={currency}
selectedDay={selectedDay}
/>
)
default:
throw new Error(`There's no graph to represent ${representing}`)
}
}
return (
{!R.isNil(selectionCoords) && (
)}
{getGraph(representing)}
)
}
export default memo(GraphWrapper)