From e363838e98d3db95a4f3edc02ff41c5e9be0073d Mon Sep 17 00:00:00 2001 From: Radiquum Date: Sun, 6 Apr 2025 16:52:49 +0500 Subject: [PATCH] fix: user profile comment preview user bar --- .eslintrc.json | 3 --- app/components/Profile/Profile.ActivityComment.tsx | 2 +- eslint.config.js | 13 +++++++++++++ package-lock.json | 11 +++++++++++ package.json | 1 + 5 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 .eslintrc.json create mode 100644 eslint.config.js diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 957cd15..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": ["next/core-web-vitals"] -} diff --git a/app/components/Profile/Profile.ActivityComment.tsx b/app/components/Profile/Profile.ActivityComment.tsx index 455771d..23909f0 100644 --- a/app/components/Profile/Profile.ActivityComment.tsx +++ b/app/components/Profile/Profile.ActivityComment.tsx @@ -17,7 +17,7 @@ export const ProfileActivityComment = (props: { key={`comment-${comment.id}`} >