diff --git a/src/components/StarterPack/NewskieDialog.tsx b/src/components/StarterPack/NewskieDialog.tsx index aea68bd509..c4202a4fc2 100644 --- a/src/components/StarterPack/NewskieDialog.tsx +++ b/src/components/StarterPack/NewskieDialog.tsx @@ -27,8 +27,6 @@ export function NewskieDialog({ const {joinedViaStarterPack} = profile const profileName = profile.displayName || `@${profile.handle}` - if (!profile.createdAt) return null - return ( <> 0 && Date.now() + 60e3 * 24 * DAYS_TO_SHOW_NEWSKIE > new Date(profile.createdAt).getTime() + console.log({ + date: Date.now() + 60e3 * 24 * DAYS_TO_SHOW_NEWSKIE, + createdAt: new Date(profile.createdAt).getTime(), + }) + + console.log(isNewskie) + return (