Skip to content

Commit f8291f2

Browse files
committed
Remove loadDistributions() workaround
1 parent 665cdf9 commit f8291f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/routes/joins/[slug]/+page.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,6 @@
408408
let isLoadingDistributions = $state(false);
409409
410410
async function loadDistributions() {
411-
// TODO: Hacky workaround to keep page from locking up
412-
return;
413-
414411
if (distributions.length > 0 || isLoadingDistributions) return;
415412
416413
isLoadingDistributions = true;

0 commit comments

Comments
 (0)