Remove Last Edited User Info (#10712)

This commit is contained in:
Qasim Ahmad 2024-11-08 12:29:26 +05:00 committed by GitHub
parent ad23daeca1
commit 551433d4b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
&nbsp;by{' '}
{`${app.user?.first_name ? app.user.first_name : ''} ${app.user?.last_name ? app.user.last_name : ''}`}
</div>
)}
</div>