fix: replace RelaySelector with RelayListManager in ProfileView component

This commit is contained in:
2025-11-29 20:02:15 +01:00
parent 9f280805cf
commit 07a9ee4695

View File

@@ -302,7 +302,7 @@ export function ProfileView({
This user hasn't created any highlights yet.
</p>
</div>
<RelaySelector className="w-full" />
<RelayListManager />
</div>
</CardContent>
</Card>