problem: voting and rocket logic is spread out and messy

This commit is contained in:
gsovereignty
2024-07-16 12:30:33 +08:00
parent a84ec12a27
commit f18c31ad35
6 changed files with 309 additions and 110 deletions

View File

@@ -58,7 +58,6 @@
{#each $merits as [id, merit], _ (id)}
<Table.Row
on:click={() => {
console.log(merit.Event.rawEvent());
goto(`${base}/rockets/merits/${merit.ID}`);
}}
class="cursor-pointer bg-accent"