fix: whitespace
This commit is contained in:
@@ -28,7 +28,6 @@ export const RightSidePanel = () => {
|
|||||||
const [showPaginationSelector, setShowPaginationSelector] = useState(false);
|
const [showPaginationSelector, setShowPaginationSelector] = useState(false);
|
||||||
const [isSelectingPagination, setIsSelectingPagination] = useState(false);
|
const [isSelectingPagination, setIsSelectingPagination] = useState(false);
|
||||||
|
|
||||||
|
|
||||||
const { lastAction, notify } = useGlobalInfoStore();
|
const { lastAction, notify } = useGlobalInfoStore();
|
||||||
const { getText, startGetText, stopGetText, getScreenshot, startGetScreenshot, stopGetScreenshot, getList, startGetList, stopGetList } = useActionContext();
|
const { getText, startGetText, stopGetText, getScreenshot, startGetScreenshot, stopGetScreenshot, getList, startGetList, stopGetList } = useActionContext();
|
||||||
const { browserSteps, updateBrowserTextStepLabel, deleteBrowserStep, addScreenshotStep } = useBrowserSteps();
|
const { browserSteps, updateBrowserTextStepLabel, deleteBrowserStep, addScreenshotStep } = useBrowserSteps();
|
||||||
|
|||||||
Reference in New Issue
Block a user