Skip to content

Commit

Permalink
removing codecov error
Browse files Browse the repository at this point in the history
Signed-off-by: NishantSinghhhhh <[email protected]>
  • Loading branch information
NishantSinghhhhh committed Dec 5, 2024
1 parent 008db5b commit 26f9012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Avatar = ({
new URL(customUrl);
return customUrl;
} catch {
console.warn('Invalid custom URL provided to Avatar component');
// console.warn('Invalid custom URL provided to Avatar component');
}
}

Expand Down

0 comments on commit 26f9012

Please sign in to comment.