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-2097/t2-to-utm-content-fix #612

Merged
merged 5 commits into from Oct 2, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Pacify linter

  • Loading branch information
wlycdgr committed Oct 1, 2020
commit 01bfeedd9d47e29aa00da80d1ea13577fbeacc3c
@@ -15,9 +15,9 @@ import React, { Fragment, useRef, useEffect } from 'react';
import ClassNames from 'classnames';
import PropTypes from 'prop-types';
import { NavLink } from 'react-router-dom';
import QueryString from 'query-string';
import { BASIC, PLUS, PREMIUM } from './UpgradePlanViewConstants';
import globals from '../../../../src/classes/Globals';
import QueryString from 'query-string';

const featureMatrixRow = (label, isBasic, isPlus, isSparkle) => (
<tr>
ProTip! Use n and p to navigate between commits in a pull request.