Skip to content

Commit

Permalink
fix: show field agent tab by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Dec 31, 2024
1 parent fbb2b54 commit aeba0a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function InProgressComponent(props: IRegistrarHomeProps) {
noResultText={noResultMessage}
noContent={noContent}
>
{selectorId === SELECTOR_ID.fieldAgentDrafts &&
{(!selectorId || selectorId === SELECTOR_ID.fieldAgentDrafts) &&
renderFieldAgentTable(inProgressData, isShowPagination)}
{selectorId === SELECTOR_ID.hospitalDrafts &&
renderHospitalTable(notificationData, isShowPagination)}
Expand Down

0 comments on commit aeba0a9

Please sign in to comment.