Fixed lint errors.

This commit is contained in:
orangemug 2020-02-22 13:15:55 +00:00
parent a693f6db4e
commit 3b5ba6c59e
2 changed files with 1 additions and 2 deletions

View file

@ -296,7 +296,7 @@ export default class CombiningFilterEditor extends React.Component {
/>
{this.state.valueIsSimpleFilter &&
<div className="maputnik-expr-infobox">
You've entered a old style filter,{' '}
You&apos;ve entered a old style filter,{' '}
<button
onClick={this.makeFilter}
className="maputnik-expr-infobox__button"

View file

@ -74,7 +74,6 @@
color: $color-white;
}
.maputnik-expr-infobox__button {
unset: all;
background: none;
border: none;
padding: 0;