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 15, 2024
1 parent 6886538 commit a6b3151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const FundsToActivate = ({
{otherFundsRequired && (
<div>
{UNICODE_SYMBOLS.BULLET} <Text strong>{nativeTokenRequired}</Text> -
{` ${FUNDS_REQUIRED_FOR_BY_AGENT_TYPE[selectedAgentType]}`}
{` ${FUNDS_REQUIRED_FOR_BY_AGENT_TYPE[selectedAgentType]}.`}
</div>
)}
</Flex>
Expand Down

0 comments on commit a6b3151

Please sign in to comment.