mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding remove function to filter tags
This commit is contained in:
parent
4af5535f81
commit
aaecd203e1
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ export const getUserData = () => {
|
||||||
bio: "",
|
bio: "",
|
||||||
email: null,
|
email: null,
|
||||||
profileVisibility: "PUBLIC" as ProfileVisibility,
|
profileVisibility: "PUBLIC" as ProfileVisibility,
|
||||||
|
quirks: {
|
||||||
|
backupsPerGameLimit: 0,
|
||||||
|
},
|
||||||
subscription: loggedUser.subscription
|
subscription: loggedUser.subscription
|
||||||
? {
|
? {
|
||||||
id: loggedUser.subscription.subscriptionId,
|
id: loggedUser.subscription.subscriptionId,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue