Update local testing script and resolve errors
This commit is contained in:
@@ -41,5 +41,5 @@ export interface QuoteBlockViewProps {
|
||||
imageLoading: boolean;
|
||||
currentAvatarSrc: string;
|
||||
onImageLoad: () => void;
|
||||
onImageError: (error: unknown) => void;
|
||||
onImageError: (_error: unknown) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user