mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
feat: adding remove function to filter tags
This commit is contained in:
parent
4af5535f81
commit
aaecd203e1
@ -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…
Reference in New Issue
Block a user