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

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

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