diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-02-06 11:33:05 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-02-06 11:33:05 -0800 |
commit | a4852d83f8dc9948dae28e4c6d795d46ff5a48e7 (patch) | |
tree | d2c46b351235b9167b4718a2af20476c74622403 /src/components | |
parent | 13b844de3a9fd4e9492cbad123b4892a7b0c4fba (diff) |
Small fix
Signed-off-by: Ashm Walia <ashmwalia@outlook.com>
Diffstat (limited to 'src/components')
-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) { |