Skip to content

Commit

Permalink
Removed searchbar from My Application , Changed application ID (#56)
Browse files Browse the repository at this point in the history
* Removed Search from My application

* changed  application ID
  • Loading branch information
vidyaaKhandekar authored Dec 3, 2024
1 parent d335202 commit 473e6a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/screens/application/ApplicationStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const ApplicationStatus: React.FC = () => {
heading: "My Applications",
subHeading: "Track your application progress",
isFilter: true,
onSearch: init,
}}
isSearchbar={true}
>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/application/Preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Preview: React.FC = () => {
result?.data?.application_data,
documents.data
);
setBenefitName(result?.data?.external_application_id);
setBenefitName(result?.data?.internal_application_id);
const data = getPreviewDetails(result?.data?.application_data, doc);
setUserData(data);

Expand Down

0 comments on commit 473e6a7

Please sign in to comment.