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