mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: subscription
This commit is contained in:
parent
1d73b0a251
commit
c36c940a79
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ export function useUserDetails() {
|
|||
}
|
||||
|
||||
return (
|
||||
userDetails.subscription.expiresAt == null ||
|
||||
userDetails.subscription.expiresAt &&
|
||||
new Date(userDetails.subscription.expiresAt) > new Date()
|
||||
);
|
||||
}, [userDetails]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue