Add missing separators in UserSessionsOverview

This commit is contained in:
Alfonso Grillo
2022-12-16 14:52:46 +01:00
parent c8490bf51f
commit 04df68cc18
2 changed files with 2 additions and 1 deletions
@@ -38,7 +38,6 @@ struct UserSessionsListViewAllView: View {
}
.padding(.vertical, 15)
.padding(.trailing, 20)
SeparatorLine()
}
.background(theme.colors.background)
.padding(.leading, 72)