Fix calls tab clearing clicking on old calls

This commit is contained in:
Jamie Kyle 2023-11-27 14:07:13 -08:00 committed by GitHub
parent c3248be854
commit 55dca745c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 11 deletions

View file

@ -3086,6 +3086,20 @@
"reasonCategory": "usageTrusted",
"updated": "2023-08-18T19:09:30.283Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallsList.tsx",
"line": " const getCallHistoryGroupsCountRef = useRef(getCallHistoryGroupsCount);",
"reasonCategory": "usageTrusted",
"updated": "2023-11-27T20:25:10.634Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallsList.tsx",
"line": " const getCallHistoryGroupsRef = useRef(getCallHistoryGroups);",
"reasonCategory": "usageTrusted",
"updated": "2023-11-27T20:25:10.634Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CaptchaDialog.tsx",