Skip to content

Commit f101c16

Browse files
committed
refact: remove unnecessary code
1 parent 4fe37b0 commit f101c16

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

harmonie/Views/UserDetail/UserDetailView+ProfileImageContainer.swift

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,4 @@ extension UserDetailView {
7070
case .visitor, .unknown: .gray
7171
}
7272
}
73-
74-
var displayStatusAndName: some View {
75-
HStack(alignment: .bottom) {
76-
Label {
77-
Text(user.displayName)
78-
} icon: {
79-
Constants.Icon.circleFilled
80-
.foregroundStyle(user.status.color)
81-
}
82-
.font(.headline)
83-
Text(user.statusDescription)
84-
.font(.subheadline)
85-
Spacer()
86-
}
87-
.padding(8)
88-
}
8973
}

0 commit comments

Comments
 (0)