Skip to content

Commit

Permalink
refactor: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Mar 8, 2024
1 parent dde7f1e commit bff1223
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 bff1223

Please sign in to comment.