mirror of
https://github.com/apache/superset.git
synced 2026-04-27 20:14:54 +00:00
chore: enable no-unused-vars and prefer-template eslint rules (#10350)
This commit is contained in:
@@ -20,7 +20,7 @@ import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
export default function TabStatusIcon(props) {
|
||||
return <div className={'circle ' + props.tabState} />;
|
||||
return <div className={`circle ${props.tabState}`} />;
|
||||
}
|
||||
|
||||
TabStatusIcon.propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user