Skip to content

Commit c09d1d9

Browse files
authored
Merge pull request #424 from depromeet/bugfix/409/externalBrowser
2 parents f909eb8 + ba23bd7 commit c09d1d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/helper/preventExternalBrowser.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export function PreventExternalBrowser({ children }: PropsWithChildren) {
88

99
if (isKakao) {
1010
window.open(`kakaotalk://web/openExternal?url=${encodeURIComponent(URL)}`);
11-
return <span> 시스템 브라우저를 이용해주세요 </span>;
1211
} else if (isInstagram) {
1312
/**
1413
* NOTE: 현재는 해당 인스타그램 인앱 탈출 코드가 작동하지 않는 것 같음

0 commit comments

Comments
 (0)