Skip to content

Commit d8a4873

Browse files
committed
fix: remove unused sortedActions
1 parent b09772d commit d8a4873

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hooks/useAutocompleteSuggestions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ type UseAutocompleteSuggestionsParams = {
4949
loginList: OnyxEntry<Record<string, unknown>>;
5050
policies: NonNullable<OnyxCollection<Policy>>;
5151
visibleReportActionsData?: VisibleReportActionsDerivedValue;
52-
sortedActions: Record<string, ReportAction[]> | undefined;
5352
currentUserAccountID: number;
5453
currentUserEmail: string;
5554
personalDetails: OnyxEntry<PersonalDetailsList>;

0 commit comments

Comments
 (0)