fix: whitespace

This commit is contained in:
karishmas6
2024-09-01 01:03:18 +05:30
parent 77c172d034
commit 90aa2d4cd0

View File

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