refactor: remove debug log and unused onError prop
This commit is contained in:
parent
bd911476e6
commit
4f8f9b035b
1 changed files with 0 additions and 3 deletions
|
@ -62,8 +62,6 @@ export default function Logo({
|
|||
return null;
|
||||
}
|
||||
|
||||
console.log(colorType, logoType, theme);
|
||||
|
||||
if (!colorType || !logoType || !theme) {
|
||||
const errorMessage =
|
||||
'Logo: colorType, logoType, and theme props are required.';
|
||||
|
@ -129,7 +127,6 @@ export default function Logo({
|
|||
className={className}
|
||||
width={width}
|
||||
height={height}
|
||||
// onError={handleImageError}
|
||||
{...imageProps}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue