diff --git a/src/pages/PrivateNotes/PrivateNotesListPage.js b/src/pages/PrivateNotes/PrivateNotesListPage.js
index 098bfd2a245b..6c0664d80fa2 100644
--- a/src/pages/PrivateNotes/PrivateNotesListPage.js
+++ b/src/pages/PrivateNotes/PrivateNotesListPage.js
@@ -125,7 +125,7 @@ function PrivateNotesListPage({report, personalDetailsList, network, session}) {
onCloseButtonPress={() => Navigation.dismissModal()}
/>
{report.isLoadingPrivateNotes && _.isEmpty(lodashGet(report, 'privateNotes', {})) ? (
-
+
) : (
_.map(privateNotes, (item, index) => getMenuItem(item, index))
)}