fix: take into account user lang in Time component (#1793)
This PR takes into account the user selected language to format the time in the Time component. Co-authored-by: tommoor <tom.moor@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ Object {
|
||||
"id": "123",
|
||||
"isAdmin": undefined,
|
||||
"isSuspended": undefined,
|
||||
"language": undefined,
|
||||
"language": "en_US",
|
||||
"lastActiveAt": undefined,
|
||||
"name": "Test User",
|
||||
}
|
||||
@@ -20,7 +20,7 @@ Object {
|
||||
"id": "123",
|
||||
"isAdmin": undefined,
|
||||
"isSuspended": undefined,
|
||||
"language": undefined,
|
||||
"language": "en_US",
|
||||
"lastActiveAt": undefined,
|
||||
"name": "Test User",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user