Skip to content

Commit

Permalink
fix already processed tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Jézégou committed Jan 29, 2024
1 parent 419f8d6 commit e7d3f68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontend/js/components/DashboardIndex/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export const DashboardIndex: React.FC = () => {
});
const toValidate = useReferralLites({ task: 'validate' });
const alreadyProcessed = useReferralLites({
task: 'process',
state: [types.ReferralState.ANSWERED, types.ReferralState.CLOSED],
});

Expand Down Expand Up @@ -282,7 +281,6 @@ export const DashboardIndex: React.FC = () => {
<ReferralTable
caption={intl.formatMessage(messages.alreadyProcessedTableCaption)}
defaultParams={{
task: 'process',
state: [types.ReferralState.ANSWERED, types.ReferralState.CLOSED],
}}
emptyState={
Expand Down

0 comments on commit e7d3f68

Please sign in to comment.