Skip to content

Commit

Permalink
Update features/admin.applications.v1/pages/applications.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Pavindu Lakshan <[email protected]>
  • Loading branch information
Achintha444 and pavinduLakshan authored Sep 3, 2024
1 parent 9a38c19 commit 0e14564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/admin.applications.v1/pages/applications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ const ApplicationsPage: FunctionComponent<ApplicationsPageInterface> = (
{
applicationConfig?.advancedConfigurations?.showMyAccountStatus && (
<Icon
color={ isMyAccountEnabled ? "green":"grey" }
color={ isMyAccountEnabled ? "green" : "grey" }
name={ isMyAccountEnabled ? "check circle" : "minus circle" }
className="middle aligned ml-1"
/>
Expand Down

0 comments on commit 0e14564

Please sign in to comment.