chore: lint

This commit is contained in:
karishmas6
2024-08-03 21:56:21 +05:30
parent c3d9e0ddcb
commit 09bfe1d82d

View File

@@ -71,7 +71,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
};
const createSettingsObject = useCallback(() => {
const settings: Record<string, { selector: string; tag?: string; [key: string]: any }> = {};
const settings: Record<string, { selector: string; tag?: string;[key: string]: any }> = {};
browserSteps.forEach(step => {
if (step.label && step.selectorObj && step.selectorObj.selector) {
settings[step.label] = step.selectorObj;