Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2216: Disable setup sidebar link on fourth page of setup #631

Merged
merged 8 commits into from Nov 20, 2020

Add comma

  • Loading branch information
benstrumeyer committed Nov 13, 2020
commit 3e34fdddaf85fde10c3502e52eb121433ce170d0
@@ -30,7 +30,7 @@ const { GHOSTERY_BASE_URL } = globals;
*/
function _renderMenuItem(item, disableNav) {
const linkClassNames = ClassNames('flex-container align-middle', {
disabled: disableNav
disabled: disableNav,
});

return (
ProTip! Use n and p to navigate between commits in a pull request.