diff --git a/src/components/Common/GasFlow/index.jsx b/src/components/Common/GasFlow/index.jsx index aa8af59..b6813cb 100644 --- a/src/components/Common/GasFlow/index.jsx +++ b/src/components/Common/GasFlow/index.jsx @@ -39,7 +39,10 @@ function GasI(props) {
{showChart && ( - + )} {!showChart && (
diff --git a/src/components/Common/NatGasFlow/gasChart/index.jsx b/src/components/Common/NatGasFlow/gasChart/index.jsx index 1abf954..6a642f6 100644 --- a/src/components/Common/NatGasFlow/gasChart/index.jsx +++ b/src/components/Common/NatGasFlow/gasChart/index.jsx @@ -13,11 +13,11 @@ function GasChart(props) { .sort() .map((key, index) => hisState?.[dataName][key]) : Array(dataSource == "gas-i" ? 8 : 4).fill(Array(7).fill(0)); - + return (