fix: Don't show colored ring on inactive collaborators, closes #4130

This commit is contained in:
Tom Moor
2022-09-22 21:49:03 -04:00
parent 7da4b50f4f
commit 0232f3ee98
2 changed files with 78 additions and 106 deletions

View File

@@ -90,7 +90,6 @@ function Collaborators(props: Props) {
isEditing={isEditing}
isObserving={isObserving}
isCurrentUser={currentUserId === collaborator.id}
profileOnClick={false}
onClick={
isObservable
? (ev) => {