Skip to content

Commit

Permalink
fix: type should be string
Browse files Browse the repository at this point in the history
  • Loading branch information
Couto committed Dec 18, 2024
1 parent f04befa commit b036e41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const SwapWebView = ({ manifest, liveAppUnavailable }: SwapWebProps) => {
const { state } = useLocation<{
defaultAccount?: AccountLike;
defaultParentAccount?: Account;
defaultFromAmount?: Number;
defaultAmountFrom?: string;
from?: string;
}>();
const { networkStatus } = useNetworkStatus();
Expand Down

0 comments on commit b036e41

Please sign in to comment.