diff --git a/src/components/views/right_panel/UserInfo.tsx b/src/components/views/right_panel/UserInfo.tsx
index ecb47e9906..12806766e7 100644
--- a/src/components/views/right_panel/UserInfo.tsx
+++ b/src/components/views/right_panel/UserInfo.tsx
@@ -369,11 +369,14 @@ const UserOptionsSection: React.FC<{
});
};
- readReceiptButton = (
-
- { _t('Jump to read receipt') }
-
- );
+ const room = cli.getRoom(member.roomId);
+ if (room && room.getEventReadUpTo(member.userId)) {
+ readReceiptButton = (
+
+ { _t('Jump to read receipt') }
+
+ );
+ }
insertPillButton = (