mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
chore: enable no-unused-vars and prefer-template eslint rules (#10350)
This commit is contained in:
@@ -167,7 +167,7 @@ export default class ResultSet extends React.PureComponent<
|
||||
{this.props.csv && (
|
||||
<Button
|
||||
bsSize="small"
|
||||
href={'/superset/csv/' + this.props.query.id}
|
||||
href={`/superset/csv/${this.props.query.id}`}
|
||||
>
|
||||
<i className="fa fa-file-text-o" /> {t('.CSV')}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user