Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Sep 29, 2021
1 parent 68c8d3c commit cceaa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/SqlLab/components/ResultSet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export default class ResultSet extends React.PureComponent<
database={this.props.database}
actions={this.props.actions}
onClick={this.handleExploreBtnClick}
/>,
/>
)}
{this.props.csv && (
<Button
Expand Down

0 comments on commit cceaa5c

Please sign in to comment.