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

Commit 0b8c877

Browse files
authored
Merge pull request #208 from osu-cass/fix/modal
fix(modal): removed broken references to google anylitics
2 parents 767dfb4 + bf149cd commit 0b8c877

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)