chore: enable no-static-element-interactions eslint rule (#10351)

This commit is contained in:
Erik Ritter
2020-07-17 09:19:16 -07:00
committed by GitHub
parent aaad4522f0
commit 5984df3522
16 changed files with 43 additions and 6 deletions

View File

@@ -177,6 +177,8 @@ class DatasourceControl extends React.PureComponent {
>
<a href="#">
<i
role="button"
tabIndex={0}
className={`fa fa-${
this.state.showDatasource ? 'minus' : 'plus'
}-square m-r-5 m-l-5 m-t-4`}