chore: lint
This commit is contained in:
@@ -71,7 +71,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const createSettingsObject = useCallback(() => {
|
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 => {
|
browserSteps.forEach(step => {
|
||||||
if (step.label && step.selectorObj && step.selectorObj.selector) {
|
if (step.label && step.selectorObj && step.selectorObj.selector) {
|
||||||
settings[step.label] = step.selectorObj;
|
settings[step.label] = step.selectorObj;
|
||||||
|
|||||||
Reference in New Issue
Block a user