diff --git a/frontend/src/HomePage/AppCard.jsx b/frontend/src/HomePage/AppCard.jsx index d8cd4b3674..28c4e3dc83 100644 --- a/frontend/src/HomePage/AppCard.jsx +++ b/frontend/src/HomePage/AppCard.jsx @@ -114,8 +114,6 @@ export default function AppCard({ {updated === 'just now' ? `Edited ${updated}` : `Edited ${updated} ago`} -  by{' '} - {`${app.user?.first_name ? app.user.first_name : ''} ${app.user?.last_name ? app.user.last_name : ''}`} )}