Skip to content

Commit 1b61478

Browse files
committed
fix: lint error
1 parent 7c86093 commit 1b61478

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pages/workspace/categories/ImportedCategoriesPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ function ImportedCategoriesPage({route}: ImportedCategoriesPageProps) {
4242
const columnNames = generateColumnNames(spreadsheet?.data?.length ?? 0);
4343
const isQuickSettingsFlow = route.name === SCREENS.SETTINGS_CATEGORIES.SETTINGS_CATEGORIES_IMPORTED;
4444
const backTo = isQuickSettingsFlow && 'backTo' in route.params ? route.params.backTo : undefined;
45-
46-
const backPath = useDynamicBackPath(DYNAMIC_ROUTES.WORKSPACE_CATEGORIES_IMPORTED.path);
4745
const workspaceImportPath = createDynamicRoute(DYNAMIC_ROUTES.WORKSPACE_CATEGORIES_IMPORT.path, ROUTES.WORKSPACE_CATEGORIES.getRoute(policyID));
4846

4947
const getColumnRoles = (): ColumnRole[] => {

0 commit comments

Comments
 (0)