fix: spacing

This commit is contained in:
karishmas6
2024-08-30 23:58:18 +05:30
parent 28472fa6c7
commit 0876a8c37e

View File

@@ -25,8 +25,6 @@ export const RightSidePanel = () => {
const [showPaginationOptions, setShowPaginationOptions] = useState(false);
const [selectedPaginationSetting, setSelectedPaginationSetting] = useState<string | null>(null);
const { lastAction, notify } = useGlobalInfoStore();
const { getText, startGetText, stopGetText, getScreenshot, startGetScreenshot, stopGetScreenshot, getList, startGetList, stopGetList } = useActionContext();
const { browserSteps, updateBrowserTextStepLabel, deleteBrowserStep, addScreenshotStep } = useBrowserSteps();