Update local testing script and resolve errors
This commit is contained in:
@@ -14,5 +14,5 @@ export interface RuleCardViewProps {
|
||||
backgroundColor: string;
|
||||
className: string;
|
||||
onClick: () => void;
|
||||
onKeyDown: (event: React.KeyboardEvent<HTMLDivElement>) => void;
|
||||
onKeyDown: (_event: React.KeyboardEvent<HTMLDivElement>) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user