diff --git a/src/common/components/common/preview.js b/src/common/components/common/preview.js
index b23624dd..57a560be 100644
--- a/src/common/components/common/preview.js
+++ b/src/common/components/common/preview.js
@@ -65,12 +65,10 @@ export function PopupPreview(props) {
|| annotation.type === 'text' &&
}
- {annotation.pageLabel && (
-
-
-
{annotation.pageLabel}
-
- )}
+
+
+
{annotation.pageLabel || '-'}
+
{annotation.authorName && (
@@ -273,16 +271,14 @@ export function SidebarPreview(props) {
|| annotation.type === 'text' &&
}
- {annotation.pageLabel && (
-
-
-
{annotation.pageLabel}
-
- )}
+
+
+
{annotation.pageLabel || '-'}
+
{annotation.authorName && (