We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c8585 commit 43ab3e6Copy full SHA for 43ab3e6
1 file changed
src/selectors/SortedReportActions.ts
@@ -3,4 +3,4 @@ import type {SortedReportActionsDerivedValue} from '@src/types/onyx/DerivedValue
3
4
const lastActionsSelector = (value: OnyxEntry<SortedReportActionsDerivedValue>) => value?.lastActions;
5
6
-export {lastActionsSelector};
+export default {lastActionsSelector};
0 commit comments