fix: remove div around box

v1-dev
Raymond 2025-02-26 19:13:55 -05:00 committed by Azalea
parent 7fc328b60a
commit ff7abf4c41
1 changed files with 7 additions and 9 deletions

View File

@ -147,7 +147,6 @@
</div>
{#if d.user.aquaUser?.profileBio}
<div>
<div class="activity-info">
<div class="info-bottom">
<div class="profile-bio">
@ -156,7 +155,6 @@
</div>
</div>
</div>
</div>
{/if}
<ChuniUserboxDisplay {game} {username} bind:error={error} />