From f1070d36e392f9241a464715e504fb13401fbf29 Mon Sep 17 00:00:00 2001 From: VickyStash Date: Thu, 19 Dec 2024 15:22:38 +0100 Subject: [PATCH] Add WorkspaceInitialPage file --- .eslintrc.changed.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.changed.js b/.eslintrc.changed.js index b391c083f152..a1c2c452273e 100644 --- a/.eslintrc.changed.js +++ b/.eslintrc.changed.js @@ -19,6 +19,7 @@ module.exports = { 'src/libs/ReportActionsUtils.ts', 'src/libs/TransactionUtils/index.ts', 'src/pages/home/ReportScreen.tsx', + 'src/pages/workspace/WorkspaceInitialPage.tsx', ], rules: { 'rulesdir/no-default-id-values': 'off',