diff --git a/pages/profile/index.js b/pages/profile/index.js index ebe36b8a3..b2be37d0e 100644 --- a/pages/profile/index.js +++ b/pages/profile/index.js @@ -19,7 +19,6 @@ export default function Profile({post}) { const loading = status === 'loading' const router = useRouter() - // @TODO - Possibly create a model for User. let user = { firstName: '', lastName: '',