Skip to content

Commit

Permalink
Update serverSelector.svelte (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: Presti <[email protected]>
  • Loading branch information
t0g3pii and DxsSucuk authored Nov 17, 2023
1 parent 779807a commit 9ab8830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frontend/src/routes/(dashboard)/dash/serverSelector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
function selectServer(server: Server) {
if(!server.setup) {
location.assign(INVITE_URL)
location.assign(new URL(INVITE_URL))
expanded = false;
return;
}
Expand Down Expand Up @@ -159,4 +159,4 @@
}
}
</style>
</style>

0 comments on commit 9ab8830

Please sign in to comment.