Browse Source

fix(PrPage): fix duplicate event on status changes

now that the subscription remains open the status change doesnt need to
be manually added to the selected_pr_replies store
master
DanConwayDev 2 years ago
parent
commit
5fdb361782
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 1
      src/lib/components/prs/StatusSelector.svelte

1
src/lib/components/prs/StatusSelector.svelte

@ -61,7 +61,6 @@
}, },
}; };
}); });
selected_pr_replies.update((responses) => [...responses, event]);
loading = false; loading = false;
} catch {} } catch {}
} }

Loading…
Cancel
Save