loading...
- {:then}
+
+ {#if innerWidth <= 672}
+ {#each leaderboard as person, i}
+
+ {/each}
+ {:else}
+ {#if innerWidth >= 1440}
+
+ {:else}
+
+ {/if}
- {#if innerWidth <= 672}
- {#each leaderboard as person, i}
+ {#if innerWidth >= 1440}
+
+
+ {:else}
+
+
+ {/if}
+
+
+
+ {#each leaderboard as person, i}
+ {#if ![0, 1, 2].includes(i)}
- {/each}
- {:else}
- {#if innerWidth >= 1440}
-
- {:else}
-
{/if}
-
- {#if innerWidth >= 1440}
-
-
- {:else}
-
-
- {/if}
-
-
-
- {#each leaderboard as person, i}
- {#if ![0, 1, 2].includes(i)}
-
- {/if}
- {/each}
-
- {/if}
+ {/each}
- {/await}
- {/key}
+ {/if}
+