Skip to content

Commit b740524

Browse files
authored
Remove a hello (#7780)
1 parent 3a40a05 commit b740524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webviews/components/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function CollapsedLabel(props: PullRequest) {
275275
}, []);
276276

277277
const AvatarStack = ({ users }: { users: { avatarUrl: string; name: string }[] }) => (
278-
<span className="avatar-stack hello" style={{
278+
<span className="avatar-stack" style={{
279279
width: `${Math.min(users.length, 10) * 10 + 10}px`
280280
}}>
281281
{users.slice(0, 10).map((u, i) => (

0 commit comments

Comments
 (0)