mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
fix: subscription
This commit is contained in:
parent
1d73b0a251
commit
c36c940a79
@ -133,7 +133,7 @@ export function useUserDetails() {
|
||||
}
|
||||
|
||||
return (
|
||||
userDetails.subscription.expiresAt == null ||
|
||||
userDetails.subscription.expiresAt &&
|
||||
new Date(userDetails.subscription.expiresAt) > new Date()
|
||||
);
|
||||
}, [userDetails]);
|
||||
|
Loading…
Reference in New Issue
Block a user