Remove another touch end.

This commit is contained in:
Dessalines 2021-11-12 12:31:56 -05:00
parent 579c4424d9
commit 9f57f7dd78
1 changed files with 0 additions and 4 deletions

View File

@ -352,10 +352,6 @@ export class Navbar extends Component<NavbarProps, NavbarState> {
<Link
className="nav-link"
to="/reports"
onTouchEnd={linkEvent(
this,
this.handleHideExpandNavbar
)}
onMouseUp={linkEvent(this, this.handleHideExpandNavbar)}
title={i18n.t("unread_reports", {
count: this.state.unreadReportCount,