In conversation hero, show “No group in common” if you have no common groups and no phone number

This commit is contained in:
Evan Hahn 2021-04-01 11:27:17 -05:00 committed by Josh Perez
parent eac298d8f6
commit c711fbe0c0
3 changed files with 28 additions and 10 deletions

View file

@ -14577,7 +14577,7 @@
"rule": "React-useRef",
"path": "ts/components/conversation/ConversationHero.js",
"line": " const firstRenderRef = React.useRef(true);",
"lineNumber": 81,
"lineNumber": 85,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Doesn't refer to a DOM element."
@ -14586,7 +14586,7 @@
"rule": "React-useRef",
"path": "ts/components/conversation/ConversationHero.tsx",
"line": " const firstRenderRef = React.useRef(true);",
"lineNumber": 130,
"lineNumber": 138,
"reasonCategory": "falseMatch",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Doesn't refer to a DOM element."