Skip to content

Commit

Permalink
TIQR-476: Fix organisations header
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolnai committed Nov 26, 2024
1 parent 0fa3cb5 commit 9ddb46d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,8 @@ fun PersonalInfoScreen(
onEmailClicked()
})

if (uiState.personalInfo.linkedInternalAccounts.isNotEmpty()) {
Organisations(openVerifiedInformation, uiState.personalInfo.linkedInternalAccounts)
}
// Organisations
Organisations(openVerifiedInformation, uiState.personalInfo.linkedInternalAccounts)

LinkAccountCard(
title = R.string.Profile_AddAnOrganisation_COPY,
Expand Down

0 comments on commit 9ddb46d

Please sign in to comment.