diff --git a/src/pages/DetailsPage.js b/src/pages/DetailsPage.js index 4958f66d6e28..7873c4daa00c 100755 --- a/src/pages/DetailsPage.js +++ b/src/pages/DetailsPage.js @@ -204,6 +204,7 @@ function DetailsPage(props) { {!isCurrentUser && ( Report.navigateToAndOpenReport([login])} wrapperStyle={styles.breakAll} diff --git a/src/pages/ProfilePage.js b/src/pages/ProfilePage.js index a46d730b91d6..6500eef0548f 100755 --- a/src/pages/ProfilePage.js +++ b/src/pages/ProfilePage.js @@ -209,6 +209,7 @@ function ProfilePage(props) { {!isCurrentUser && !Session.isAnonymousUser() && ( Report.navigateToAndOpenReportWithAccountIDs([accountID])} wrapperStyle={styles.breakAll}