aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/Notification.tsx1
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}
/>