mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Remove Last Edited User Info (#10712)
This commit is contained in:
parent
ad23daeca1
commit
551433d4b8
1 changed files with 0 additions and 2 deletions
|
|
@ -114,8 +114,6 @@ export default function AppCard({
|
|||
<ToolTip message={app.created_at && moment(app.created_at).format('dddd, MMMM Do YYYY, h:mm:ss a')}>
|
||||
<span>{updated === 'just now' ? `Edited ${updated}` : `Edited ${updated} ago`}</span>
|
||||
</ToolTip>
|
||||
by{' '}
|
||||
{`${app.user?.first_name ? app.user.first_name : ''} ${app.user?.last_name ? app.user.last_name : ''}`}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue