diff --git a/profile/src/main/java/org/openedx/profile/presentation/anothers_account/AnothersProfileFragment.kt b/profile/src/main/java/org/openedx/profile/presentation/anothers_account/AnothersProfileFragment.kt index 3007a416b..c4cd55ab7 100644 --- a/profile/src/main/java/org/openedx/profile/presentation/anothers_account/AnothersProfileFragment.kt +++ b/profile/src/main/java/org/openedx/profile/presentation/anothers_account/AnothersProfileFragment.kt @@ -199,6 +199,8 @@ private fun AnothersProfileScreen( Spacer(modifier = Modifier.height(36.dp)) ProfileInfoSection(uiState.account) + + Spacer(modifier = Modifier.height(36.dp)) } } }