mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 06:07:27 +08:00
[F] Fix null pointer
This commit is contained in:
@@ -231,16 +231,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
{#if d.user.ratingComposition.best35}
|
||||||
<h2>B35</h2>
|
<div>
|
||||||
<div class="b35">
|
<h2>B35</h2>
|
||||||
{#each d.user.ratingComposition.best35.split(",") as map}
|
<div class="b35">
|
||||||
<div>
|
{#each d.user.ratingComposition.best35.split(",") as map}
|
||||||
<MapDetails g={map} meta={allMusics[map.split(":")[0]]} game={game}/>
|
<div>
|
||||||
</div>
|
<MapDetails g={map} meta={allMusics[map.split(":")[0]]} game={game}/>
|
||||||
{/each}
|
</div>
|
||||||
|
{/each}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
{/if}
|
||||||
|
|
||||||
<div class="recent">
|
<div class="recent">
|
||||||
<h2>{t('UserHome.RecentScores')}</h2>
|
<h2>{t('UserHome.RecentScores')}</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user