diff options
Diffstat (limited to 'src/components/notifications/Notification.tsx')
-rw-r--r-- | src/components/notifications/Notification.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index 8e008cf9..87309c53 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -244,7 +244,6 @@ const Notification: React.FC<NotificationProps> = (props) => { {notification_type === 'FRD_REQ' && ( <View style={styles.buttonsContainer}> <AcceptDeclineButtons - requester={{id, username, first_name, last_name}} onAccept={handleAcceptRequest} onReject={handleDeclineFriendRequest} /> |