Skip to content

Commit 43ab3e6

Browse files
committed
fix: lint
1 parent 99c8585 commit 43ab3e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/selectors/SortedReportActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import type {SortedReportActionsDerivedValue} from '@src/types/onyx/DerivedValue
33

44
const lastActionsSelector = (value: OnyxEntry<SortedReportActionsDerivedValue>) => value?.lastActions;
55

6-
export {lastActionsSelector};
6+
export default {lastActionsSelector};

0 commit comments

Comments
 (0)