From a4852d83f8dc9948dae28e4c6d795d46ff5a48e7 Mon Sep 17 00:00:00 2001 From: Ashm Walia Date: Sat, 6 Feb 2021 11:33:05 -0800 Subject: Small fix Signed-off-by: Ashm Walia --- src/components/notifications/Notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 = (props) => { setAvatar(undefined); } })(); - }, []); + }, [thumbnail_url]); useEffect(() => { if (notification_object) { -- cgit v1.2.3-70-g09d2