From 722a68307540007acd23a60d26148fa8ccfb9a10 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 7 Jul 2022 14:30:44 -0600 Subject: [PATCH] Simplify error msg --- web/components/notifications-icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (