diff --git a/ts/components/LeftPane.tsx b/ts/components/LeftPane.tsx
index a76f40a26..741ab8bf6 100644
--- a/ts/components/LeftPane.tsx
+++ b/ts/components/LeftPane.tsx
@@ -601,7 +601,7 @@ export function LeftPane({
}
return (
-
0 && renderCrashReportDialog()}
-
+
);
}
diff --git a/ts/components/conversation/LastSeenIndicator.tsx b/ts/components/conversation/LastSeenIndicator.tsx
index 43542bb15..82958cac6 100644
--- a/ts/components/conversation/LastSeenIndicator.tsx
+++ b/ts/components/conversation/LastSeenIndicator.tsx
@@ -19,8 +19,14 @@ export const LastSeenIndicator = forwardRef(
return (
-
-
{message}
+
+
+ {message}
+
);
}
diff --git a/ts/components/conversation/Timeline.tsx b/ts/components/conversation/Timeline.tsx
index 812ccac72..ed9aefa01 100644
--- a/ts/components/conversation/Timeline.tsx
+++ b/ts/components/conversation/Timeline.tsx
@@ -871,6 +871,7 @@ export class Timeline extends React.Component<
key={messageId}
data-item-index={itemIndex}
data-message-id={messageId}
+ role="listitem"
>
{renderItem({
@@ -1047,7 +1048,7 @@ export class Timeline extends React.Component<
{floatingHeader}
-
{haveOldest && (
<>
@@ -1079,7 +1081,7 @@ export class Timeline extends React.Component<
style={AT_BOTTOM_DETECTOR_STYLE}
/>
-
+
{shouldShowScrollDownButton ? (