this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: join fronters in query output properly

dusk ce4b0ae5 92e6e478

+7 -3
+7 -3
src/entrypoints/popup/App.svelte
··· 187 187 >{fronter.name}</a 188 188 > 189 189 {:else} 190 - {fronter.name} 191 - {/if} 192 - {#if i < queryResult.fronters.length - 1}, 190 + {fronter.name + 191 + (i < 192 + queryResult.fronters 193 + .length - 194 + 1 195 + ? ", " 196 + : "")} 193 197 {/if} 194 198 {/each} 195 199 </div>