Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nengyuanzhang committed Feb 17, 2024
2 parents 6b2f796 + d73f723 commit 30db716
Show file tree
Hide file tree
Showing 35 changed files with 213 additions and 184 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const DistributionSystem = ({ setRedirect, setRedirectUrl, t }) => {
console.log(err);
});

}, [t, ]);
}, []);

const labelClasses = 'ls text-uppercase text-600 font-weight-semi-bold mb-0';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const EnergyFlowDiagram = ({ setRedirect, setRedirectUrl, t }) => {
console.log(err);
});

}, [t, ]);
}, [ ]);


const labelClasses = 'ls text-uppercase text-600 font-weight-semi-bold mb-0';
Expand Down
Loading

0 comments on commit 30db716

Please sign in to comment.