Skip to content

Commit

Permalink
Update frontend/components/MainPage/sections/AlertSections/LowFunds/F…
Browse files Browse the repository at this point in the history
…undsToActivate.tsx

Co-authored-by: Mohan <[email protected]>
  • Loading branch information
Tanya-atatakai and mohandast52 authored Dec 19, 2024
1 parent 5f51bb5 commit 2e69f41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const FundsToActivate = ({
(token) => token !== TokenSymbol.OLAS && token !== nativeTokenSymbol,
);

if (additionalTokens.length === 0) [];
if (additionalTokens.length === 0) return [];

return additionalTokens.map((tokenSymbol) => {
const token = serviceFundRequirements[homeChainId][tokenSymbol];
Expand Down

0 comments on commit 2e69f41

Please sign in to comment.