Skip to content

Commit

Permalink
[TS migration][WorkspaceSettings] Removed unused todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-rebelo committed Jan 30, 2024
1 parent 4ed1693 commit 4f20d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/workspace/WorkspaceSettingsCurrencyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ function WorkspaceSettingsCurrencyPage({currencyList = {}, policy, isLoadingRepo
/>

<SelectionList
// @ts-expect-error TODO: Remove this once SelectionList component (https://github.com/Expensify/App/issues/31981) is migrated to TypeScript.
sections={sections}
textInputLabel={translate('workspace.editor.currencyInputLabel')}
textInputValue={searchText}
Expand Down

0 comments on commit 4f20d01

Please sign in to comment.