diff --git a/web/components/notifications-icon.tsx b/web/components/notifications-icon.tsx index 3c8b9ed3..2938fd17 100644 --- a/web/components/notifications-icon.tsx +++ b/web/components/notifications-icon.tsx @@ -19,7 +19,7 @@ export default function NotificationsIcon(props: { className?: string }) { privateUser.lastTimeCheckedBonuses && Date.now() - privateUser.lastTimeCheckedBonuses > 1000 * 70 ) - requestBonuses({}).catch(console.log) + requestBonuses({}).catch(() => console.log('no bonuses for you (yet)')) }, [privateUser]) return (