Skip to content

Commit 6d25c7e

Browse files
Update site/src/modules/apps/useAppLink.ts
Co-authored-by: Dean Sheather <dean@deansheather.com>
1 parent 7ae0fc3 commit 6d25c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/apps/useAppLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const useAppLink = (
5757
app.url.startsWith("jetbrains:"));
5858

5959
// Check if this is a coder:// URL
60-
const isCoderApp = app.url?.startsWith("coder://");
60+
const isCoderApp = app.url?.startsWith("coder:");
6161

6262
if (isJetBrainsApp) {
6363
displayError(

0 commit comments

Comments
 (0)