refactor: controllers and models to adapt them to the previous version of my-links

This commit is contained in:
Sonny
2024-05-24 23:54:43 +02:00
committed by Sonny
parent 31b4f22772
commit b28499a69a
19 changed files with 113 additions and 85 deletions

View File

@@ -103,7 +103,7 @@ function ProfileDropdown() {
width={22}
referrerPolicy="no-referrer"
/>
{user!.nickName}
{user!.fullname}
</UserCard>
}
>