Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemanthghs committed Nov 23, 2023
1 parent 3eeed01 commit 07ddc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/(routes)/staking/Staking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Staking = () => {
);

const [totalStakedAmount] =
useGetAssetsAmount();
useGetAssetsAmount(chainIDs);

useEffect(() => {
chainIDs.forEach((chainID) => {
Expand Down

0 comments on commit 07ddc51

Please sign in to comment.