Skip to content

Commit

Permalink
remove config and fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rphovley committed Oct 22, 2024
1 parent 560ebfd commit 2e27b33
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,204 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/extensions/SqlSandbox/SqlSandboxPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const SqlSandboxPage = () => {
},
}}
>
{Object.entries(row).map(([_, value], cellIndex) => (
{Object.entries(row).map(([, value], cellIndex) => (
<TableCell
key={cellIndex}
sx={{
Expand Down
8 changes: 0 additions & 8 deletions packages/config/index.ts

This file was deleted.

Loading

0 comments on commit 2e27b33

Please sign in to comment.