fix: Don't show colored ring on inactive collaborators, closes #4130
This commit is contained in:
@@ -90,7 +90,6 @@ function Collaborators(props: Props) {
|
||||
isEditing={isEditing}
|
||||
isObserving={isObserving}
|
||||
isCurrentUser={currentUserId === collaborator.id}
|
||||
profileOnClick={false}
|
||||
onClick={
|
||||
isObservable
|
||||
? (ev) => {
|
||||
|
||||
Reference in New Issue
Block a user