Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit f017a09

Browse files
committed
fix(modal): removed broken references to google anylitics
1 parent bd42457 commit f017a09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Accessibility/AccessibilityModal.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ export class ItemAccessibilityModal extends React.Component<
109109
};
110110

111111
handleShowModal = () => {
112-
if (!this.state.showModal) {
113-
ga("send", "event", "button", "OpenAccessibility");
114-
}
115-
116112
this.setState({ showModal: true });
117113
};
118114

0 commit comments

Comments
 (0)