aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2021-01-31 13:16:20 -0800
committerGitHub <noreply@github.com>2021-01-31 13:16:20 -0800
commitce18efb5318c230944167d42bbde827aaca4ee4a (patch)
tree82331a529306710e00cf5db7ae1fcad714a3d6d6 /src/components
parentc08699f541089aed989f3f481d10f890c3064170 (diff)
parent7e4fbf6c47ecaf2f9cc197b6c308ab8e9857317a (diff)
Merge pull request #208 from IvanIFChen/hotfix-notifications-thumbnail
[HOTFIX] Potential for Notifications Thumbnails
Diffstat (limited to 'src/components')
-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 c754f941..f7192434 100644
--- a/src/components/notifications/Notification.tsx
+++ b/src/components/notifications/Notification.tsx
@@ -153,7 +153,7 @@ const Notification: React.FC<NotificationProps> = (props) => {
style={styles.avatar}
source={
avatar
- ? {uri: avatar, cache: 'only-if-cached'}
+ ? {uri: avatar}
: require('../../assets/images/avatar-placeholder.png')
}
/>