Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
fixed sidebar
  • Loading branch information
naveed-ahmad committed Jan 8, 2017
commit 566e9014b9a1a1b0d7a6775d23eebd1a9927ddbf
1 change: 0 additions & 1 deletion src/containers/Surah/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ class Surah extends Component {
}

handleVerseDropdownClick = (ayahNum) => {
alert("r");
const { ayahIds, surah, actions } = this.props; // eslint-disable-line no-shadow

actions.ayah.setCurrentAyah(`${surah.id}:${ayahNum}`);
Expand Down