Skip to content

Commit

Permalink
Fix lint error from TermsOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
tugbadogan committed Jun 2, 2021
1 parent 95e8813 commit d3ec885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/signin/TermsAndLicenses/TermsOnly.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import styles from '../../../styles/styles';
import CONST from '../../../CONST';
import ExternalLink from '../../../components/ExternalLink';
import withLocalize, {withLocalizePropTypes} from '../../../components/withLocalize';
import openURLInNewTab from '../../../libs/openURLInNewTab';

const TermsOnly = ({translate}) => (
<View style={[styles.mt6, styles.flexRow, styles.flexWrap]}>
Expand Down

0 comments on commit d3ec885

Please sign in to comment.