Skip to content

Commit

Permalink
fix: some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 committed Nov 22, 2024
1 parent 8b240d4 commit 654e998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ui/views/NewUserImport/Success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ export const ImportOrCreatedSuccess = () => {
history.push({
pathname: '/import/select-address',

search: `?hd=${hd}&brand=${brand}&keyringId=${keyringId}&isNewUserImport=true`,
search: `?hd=${hd}&keyringId=${keyringId}&isNewUserImport=true${
brand ? '&brand=' + brand : ''
}`,
});
};

Expand Down

0 comments on commit 654e998

Please sign in to comment.