Skip to content

Commit

Permalink
Update OrganizationPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshu-patil authored Nov 23, 2024
1 parent dd57f3c commit ee306af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/features/organizations/src/lib/OrganizationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export function Organizations() {
<AutoFullHeightContainer bottomBuffer={5} className="slds-p-around_medium">
<p>Drag and drop to move salesforce orgs between organizations.</p>
<Grid vertical>
{organizations?.map((organization) => (
{organizations.map((organization) => (
<div key={organization.id} className="slds-m-top_x-small">
<OrganizationCard
isActive={activeOrganizationId === organization.id}
Expand Down

0 comments on commit ee306af

Please sign in to comment.