minor fix

This commit is contained in:
daniel31x13 2024-11-07 16:46:26 -05:00
parent 6eac8423f8
commit a18938ba2a

View File

@ -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