diff options
-rw-r--r-- | src/components/notifications/Notification.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index ea121eb1..1073a479 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -62,7 +62,7 @@ const Notification: React.FC<NotificationProps> = (props) => { setAvatar(undefined); } })(); - }, []); + }, [thumbnail_url]); useEffect(() => { if (notification_object) { |