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

fix(modal): removed broken references to google anylitics #208

Merged
merged 2 commits into from
Jul 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/Accessibility/AccessibilityModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ export class ItemAccessibilityModal extends React.Component<
};

handleShowModal = () => {
if (!this.state.showModal) {
ga("send", "event", "button", "OpenAccessibility");
}

this.setState({ showModal: true });
};

Expand Down