Skip to content

Commit

Permalink
refactor(ui): remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Mar 8, 2024
1 parent c083470 commit 37c9d06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const MobileUniversalModal: Component<MobileUniversalModalProps> = props
};

const onSelectUniversal = (): void => {
// openLinkBlank(addReturnStrategy(getUniversalLink(), appState.returnStrategy));
const forceRedirect = !firstClick();
setFirstClick(false);

Expand Down

0 comments on commit 37c9d06

Please sign in to comment.