minor fix
This commit is contained in:
parent
6eac8423f8
commit
a18938ba2a
|
@ -46,6 +46,7 @@ export default function Dashboard() {
|
|||
useEffect(() => {
|
||||
if (
|
||||
process.env.NEXT_PUBLIC_STRIPE === "true" &&
|
||||
account &&
|
||||
account.id &&
|
||||
account.referredBy === null &&
|
||||
// if user is using Linkwarden for more than 3 days
|
||||
|
|
Ŝarĝante…
Reference in New Issue