[MM-62987] Fix timestamp not actually being read (#31386)

Этот коммит содержится в:
Devin Binnie
2025-06-11 15:58:11 -04:00
коммит произвёл GitHub
родитель 0635c8b3f6
Коммит d41e5184e0
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@@ -126,7 +126,6 @@ exports[`components/threading/global_threads/thread_item should report total num
id="threading.threadItem.timestamp"
/>
<MockTimestamp
className="alt-hidden"
day="numeric"
units={
Array [
@@ -279,7 +278,6 @@ exports[`components/threading/global_threads/thread_item should report unread me
id="threading.threadItem.timestamp"
/>
<MockTimestamp
className="alt-hidden"
day="numeric"
units={
Array [
@@ -430,7 +428,6 @@ exports[`components/threading/global_threads/thread_item should report unread me
id="threading.threadItem.timestamp"
/>
<MockTimestamp
className="alt-hidden"
day="numeric"
units={
Array [

Просмотреть файл

@@ -335,7 +335,6 @@ function ThreadItem({
/>
<Timestamp
{...THREADING_TIME}
className='alt-hidden'
value={lastReplyAt}
/>
</span>