Skip to content

Commit

Permalink
fix: margins
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed May 20, 2024
1 parent 95c10ea commit 49c03aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ function ProfilePage({route}: ProfilePageProps) {
title={notificationPreference}
description={translate('notificationPreferencesPage.label')}
onPress={() => Navigation.navigate(ROUTES.REPORT_SETTINGS_NOTIFICATION_PREFERENCES.getRoute(report.reportID))}
wrapperStyle={[styles.mtn6, styles.mb5]}
/>
)}
{!isEmptyObject(report) && report.reportID && !isCurrentUser && (
Expand Down

0 comments on commit 49c03aa

Please sign in to comment.