@@ -342,7 +348,7 @@ exports[`components/threading/global_threads/thread_item should report unread me
}
useTime={false}
/>
-
+
diff --git a/webapp/channels/src/components/threading/global_threads/thread_item/thread_item.tsx b/webapp/channels/src/components/threading/global_threads/thread_item/thread_item.tsx
index 44d1d1ff28..9af3acbfbc 100644
--- a/webapp/channels/src/components/threading/global_threads/thread_item/thread_item.tsx
+++ b/webapp/channels/src/components/threading/global_threads/thread_item/thread_item.tsx
@@ -214,7 +214,7 @@ function ThreadItem({
onKeyDown={selectHandler}
ref={ref}
>
-
+
{Boolean(newMentions || newReplies) && (
{newMentions ? (
@@ -249,7 +249,7 @@ function ThreadItem({
className='alt-hidden'
value={lastReplyAt}
/>
-
+
`;
diff --git a/webapp/channels/src/components/widgets/header/header.tsx b/webapp/channels/src/components/widgets/header/header.tsx
index 30799347e2..81c6ff08f1 100644
--- a/webapp/channels/src/components/widgets/header/header.tsx
+++ b/webapp/channels/src/components/widgets/header/header.tsx
@@ -27,7 +27,7 @@ const Header = ({
}: Props & HTMLAttributes
) => {
const H = Headings[level];
return (
-
@@ -37,7 +37,7 @@ const Header = ({
{right}
-
+
);
};
diff --git a/webapp/channels/src/components/widgets/modals/components/modal_header.tsx b/webapp/channels/src/components/widgets/modals/components/modal_header.tsx
index 7099df7b0f..7e4ad1c84a 100644
--- a/webapp/channels/src/components/widgets/modals/components/modal_header.tsx
+++ b/webapp/channels/src/components/widgets/modals/components/modal_header.tsx
@@ -15,7 +15,7 @@ type Props = {
function ModalHeader({id, title, subtitle, handleClose}: Props) {
const intl = useIntl();
return (
-
+
);
}
export default ModalHeader;