aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-02-06 11:33:05 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-02-06 11:33:05 -0800
commita4852d83f8dc9948dae28e4c6d795d46ff5a48e7 (patch)
treed2c46b351235b9167b4718a2af20476c74622403
parent13b844de3a9fd4e9492cbad123b4892a7b0c4fba (diff)
Small fix
Signed-off-by: Ashm Walia <ashmwalia@outlook.com>
-rw-r--r--src/components/notifications/Notification.tsx2
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) {