mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: refactor flox
This commit is contained in:
parent
661cf63b27
commit
47bac7c180
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue