Float opted-out starter pack users to top

This commit is contained in:
vineyardbovines
2026-09-02 14:58:15 -04:00
parent fbed7d4bb8
commit fce9167d86
@@ -63,7 +63,7 @@ export const ProfilesList = forwardRef<SectionRef, ProfilesListProps>(
return [...listItems].sort((a, b) => {
if (a.subjectOptedOut !== b.subjectOptedOut) {
return a.subjectOptedOut ? 1 : -1
return a.subjectOptedOut ? -1 : 1
}
if (isOwn) {
if (a.subject.did === currentAccount?.did) return -1