Skip to content

Commit

Permalink
Fix index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherCFleming committed Jan 14, 2022
1 parent f0f42d1 commit d78d0dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@ export default class ResultSet extends React.PureComponent<
if (query.ctas_method === CtasEnum.VIEW) {
object = 'View';
}

return (
<div>
<Alert
Expand Down

0 comments on commit d78d0dc

Please sign in to comment.