diff --git a/apps/client/src/features/page-history/components/history-modal-body.tsx b/apps/client/src/features/page-history/components/history-modal-body.tsx index 0fecd858f..ef2820e89 100644 --- a/apps/client/src/features/page-history/components/history-modal-body.tsx +++ b/apps/client/src/features/page-history/components/history-modal-body.tsx @@ -76,7 +76,7 @@ export default function HistoryModalBody({ pageId }: Props) {
- {comparePair && compareLabel && ( + {comparePair && ( - {compareLabel} + {compareLabel ?? t("Compare versions")}