problem: can't see votes

This commit is contained in:
gsovereignty
2024-07-15 11:51:53 +08:00
parent c0fbc16522
commit a412c8ef12
4 changed files with 182 additions and 48 deletions

View File

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