mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: create UserSubscription
This commit is contained in:
parent
8ff925fbb9
commit
fe681c3af9
15 changed files with 147 additions and 17 deletions
|
@ -67,6 +67,7 @@ export function useUserDetails() {
|
|||
return updateUserDetails({
|
||||
...response,
|
||||
username: userDetails?.username || "",
|
||||
subscription: userDetails?.subscription || null,
|
||||
});
|
||||
},
|
||||
[updateUserDetails, userDetails?.username]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue