Skip to content

Commit

Permalink
feat: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdesu committed Oct 24, 2024
1 parent cbc3b94 commit 6cf2a62
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/pages/passport/components/UserProfileEdit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1033,11 +1033,6 @@
>
* {@html i18n('PinClipsToSpotlightHelper')}
</span>
{#if hasSpotlightLimitReadched}
<span class="hs-form-field__helper">
* {@html i18n('PinClipsToSpotlightHelper')}
</span>
{/if}
</span>

<!-- Showcase/pinned clips -->
Expand Down Expand Up @@ -1136,8 +1131,7 @@
!passportNonSkinItems.length ||
profileFetching ||
passportItemFetching ||
profileUpdating ||
(profile?.skins?.at(0)?.spotlight?.length ?? 0) > 2}
profileUpdating}
>
S
</button>
Expand Down

0 comments on commit 6cf2a62

Please sign in to comment.