mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Adjusted timestamp display in ContentBlockComponent to use local datetime format.
This commit is contained in:
parent
4aeb51c9f1
commit
23a56fda86
@ -10,7 +10,7 @@
|
|||||||
</CardHeaderAvatar>
|
</CardHeaderAvatar>
|
||||||
<CardHeaderContent>
|
<CardHeaderContent>
|
||||||
<MudText Typo="Typo.body1">
|
<MudText Typo="Typo.body1">
|
||||||
@this.Role.ToName() (@this.Time)
|
@this.Role.ToName() (@this.Time.LocalDateTime)
|
||||||
</MudText>
|
</MudText>
|
||||||
</CardHeaderContent>
|
</CardHeaderContent>
|
||||||
<CardHeaderActions>
|
<CardHeaderActions>
|
||||||
|
Loading…
Reference in New Issue
Block a user