Skip to content

Commit fda43ce

Browse files
[Issue-3843] test: build
1 parent 085e7d7 commit fda43ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/extension-web-ui/src/Popup/RedirectHandler.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const Component: React.FC<Props> = (props: Props) => {
3939
navigate(SWAP_PATH);
4040
}
4141
} else if (feature === 'sell-token') {
42+
// no account
4243
if (isNoAccount) {
4344
setReturnStorage('/home/tokens?openBuyTokens=true');
4445
navigate(DEFAULT_ROUTER_PATH);

0 commit comments

Comments
 (0)