chore: refactor flox

This commit is contained in:
AP 2020-02-07 07:24:50 +01:00
parent 661cf63b27
commit 47bac7c180

View file

@ -103,7 +103,7 @@ export const FlowBox = () => {
// const waterfall: WaterfallProps[] = getWaterfall(parsedData, parsedData2);
if (parsedData.length <= 0) {
if (parsedData.length <= 0 && parsedData2.length <= 0) {
return null;
}