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 3b78666 commit 715bb02Copy full SHA for 715bb02
1 file changed
src/views/UnitView/components/ContactInfo/ContactInfo.js
@@ -129,7 +129,7 @@ function ContactInfo({
129
role="link"
130
onClick={() => {
131
// Navigate to accessibility tab by clicking tab
132
- if (accessiblityTabRef.current) {
+ if (accessiblityTabRef?.current) {
133
accessiblityTabRef.current.click();
134
accessiblityTabRef.current.focus();
135
0 commit comments