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 committed Dec 20, 2024
1 parent 1fa178d commit ef0b3c9
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 ef0b3c9

Please sign in to comment.