From 649b7fbdbd84696b7a8dcd8ea4d7dd8f4b4de2cc Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 27 Feb 2024 14:38:16 +0100 Subject: [PATCH] fix: prop names --- .../components/PresentationNotificationScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/features/notifications/components/PresentationNotificationScreen.tsx b/packages/app/features/notifications/components/PresentationNotificationScreen.tsx index ea7ae4ad..55a24bd6 100644 --- a/packages/app/features/notifications/components/PresentationNotificationScreen.tsx +++ b/packages/app/features/notifications/components/PresentationNotificationScreen.tsx @@ -73,9 +73,9 @@ export function PresentationNotificationScreen({ The following information will be presented: - + {s.requestedAttributes.map((a) => ( - + • {sanitizeString(a)} ))}