We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a40a05 commit b740524Copy full SHA for b740524
webviews/components/sidebar.tsx
@@ -275,7 +275,7 @@ function CollapsedLabel(props: PullRequest) {
275
}, []);
276
277
const AvatarStack = ({ users }: { users: { avatarUrl: string; name: string }[] }) => (
278
- <span className="avatar-stack hello" style={{
+ <span className="avatar-stack" style={{
279
width: `${Math.min(users.length, 10) * 10 + 10}px`
280
}}>
281
{users.slice(0, 10).map((u, i) => (
0 commit comments