chore: lint
This commit is contained in:
@@ -120,9 +120,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
setHoverStates(prev => ({ ...prev, [id]: false }));
|
setHoverStates(prev => ({ ...prev, [id]: false }));
|
||||||
};
|
};
|
||||||
|
|
||||||
const handlePairDelete = () => {
|
const handlePairDelete = () => {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => {
|
const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => {
|
||||||
if (listId !== undefined && fieldKey !== undefined) {
|
if (listId !== undefined && fieldKey !== undefined) {
|
||||||
@@ -469,9 +467,9 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
color: 'red',
|
color: 'red',
|
||||||
p: 0,
|
p: 0,
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
boxShadow: '5px',
|
boxShadow: '5px',
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<DeleteIcon sx={{ fontSize: 40 }} />
|
<DeleteIcon sx={{ fontSize: 40 }} />
|
||||||
|
|||||||
Reference in New Issue
Block a user