Skip to content

Commit

Permalink
🚸 Show time on actionLog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasGruber committed Sep 30, 2024
1 parent c0dd844 commit c29fe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/layout/ActionLog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ActionLogs: React.FC<ActionLogsProps> = (props) => {
return <li key={i}>{change}</li>;
})}
<p className="italic font-bold mt-2">
Changed at: {entry.createdAt.toDateString()} by{" "}
Changed at: {entry.createdAt.toLocaleString()} by{" "}
{entry.user?.username ?? "Unknown"}
</p>
</div>
Expand Down

0 comments on commit c29fe20

Please sign in to comment.