[MM-62987] Fix timestamp not actually being read (#31386)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0635c8b3f6
Коммит
d41e5184e0
@@ -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>
|
||||
|
||||
Ссылка в новой задаче
Block a user