Skip to content

fix: #123 adjusting linting issues#501

Open
shashilo wants to merge 3 commits into
developfrom
shashi/123-test
Open

fix: #123 adjusting linting issues#501
shashilo wants to merge 3 commits into
developfrom
shashi/123-test

Conversation

@shashilo
Copy link
Copy Markdown
Collaborator

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
elecretanta Error Error Sep 11, 2025 9:18pm
elecretanta-storybook Ready Ready Preview Comment Sep 11, 2025 9:18pm
elecretanta-unit-test Error Error Sep 11, 2025 9:18pm

Comment thread .eslintignore
app/types/giftExchangeMember.ts
app/types/profile.ts
app/types/tailwindcss-motion.d.ts
components/Avatar/AvatarFallback.tsx
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I probably don't have the context, but why is this being added to the eslint ignore file?

@shashilo shashilo requested review from a team, bethanyann and jefische and removed request for a team October 14, 2025 21:17
Comment on lines +15 to 18
const Avatar = ({ userAvatar }: { userAvatar: string | undefined }): JSX.Element => {
* An Avatar component that displays a provided image URL or a default image if not provided.
* @param {string} userAvatar - URL string for the avatar image. If undefined, the AvatarFallback img will be used.
* @returns {JSX.Element} - The rendered Avatar element.
Copy link
Copy Markdown
Contributor

@jefische jefische Oct 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const Avatar = ({ userAvatar }: { userAvatar: string | undefined }): JSX.Element => {
* An Avatar component that displays a provided image URL or a default image if not provided.
* @param {string} userAvatar - URL string for the avatar image. If undefined, the AvatarFallback img will be used.
* @returns {JSX.Element} - The rendered Avatar element.

I believe these lines of code just need to be deleted, since the above comments accurately describe the component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants