aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/Notification.tsx
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-02-05 16:30:22 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-02-05 16:30:22 -0800
commitd190ce42efeae785e159199ccce7c67c53a91db4 (patch)
tree233e206f495b37df04643e4081098eb4968eac4c /src/components/notifications/Notification.tsx
parentaa3b66fefef3c4aea29e13db1a5eb3cab0742348 (diff)
Try fix
Diffstat (limited to 'src/components/notifications/Notification.tsx')
-rw-r--r--src/components/notifications/Notification.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx
index 2e3eaacc..ea121eb1 100644
--- a/src/components/notifications/Notification.tsx
+++ b/src/components/notifications/Notification.tsx
@@ -233,10 +233,7 @@ const Notification: React.FC<NotificationProps> = (props) => {
notification_type === 'MOM_3+' ||
notification_type === 'MOM_FRIEND') &&
notification_object && (
- <Image
- style={styles.moment}
- source={{uri: momentURI, cache: 'reload'}}
- />
+ <Image style={styles.moment} source={{uri: momentURI}} />
)}
</TouchableWithoutFeedback>
);