mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
remove ago suffix from app creation date (#1141)
This commit is contained in:
parent
d7a6948619
commit
3f3d53681b
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ class HomePage extends React.Component {
|
|||
<td className="col p-3">
|
||||
<span className="app-title mb-3">{app.name}</span> <br />
|
||||
<small className="pt-2 app-description">
|
||||
created {moment(app.created_at).fromNow()} ago by {app.user?.first_name}{' '}
|
||||
created {moment(app.created_at).fromNow(true)} ago by {app.user?.first_name}{' '}
|
||||
{app.user?.last_name}{' '}
|
||||
</small>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue