Fix prettier formatting issues
This commit is contained in:
@@ -78,7 +78,7 @@ const QuoteBlock = ({
|
||||
const handleImageError = (error) => {
|
||||
console.warn(
|
||||
`QuoteBlock: Failed to load avatar image for ${author}:`,
|
||||
error
|
||||
error,
|
||||
);
|
||||
setImageError(true);
|
||||
setImageLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user