fix: whitespace

This commit is contained in:
karishmas6
2024-09-01 22:42:54 +05:30
parent 0ca42510b0
commit e449631794

View File

@@ -28,7 +28,6 @@ export const RightSidePanel = () => {
const [showPaginationSelector, setShowPaginationSelector] = useState(false);
const [isSelectingPagination, setIsSelectingPagination] = useState(false);
const { lastAction, notify } = useGlobalInfoStore();
const { getText, startGetText, stopGetText, getScreenshot, startGetScreenshot, stopGetScreenshot, getList, startGetList, stopGetList } = useActionContext();
const { browserSteps, updateBrowserTextStepLabel, deleteBrowserStep, addScreenshotStep } = useBrowserSteps();