chore: lint

This commit is contained in:
karishmas6
2024-08-05 23:24:39 +05:30
parent c578c68282
commit f3c5c36a6c

View File

@@ -57,7 +57,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;