Skip to content

Commit

Permalink
fix(ui): ignore issue causing eslint to fail
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Nov 20, 2024
1 parent 99239ba commit 3617615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/lib/components/Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
};
type TCol = { key: string; title: string };
// eslint-disable-next-line no-undef
type TRow = T;
interface Props {
columns?: TCol[];
Expand Down

0 comments on commit 3617615

Please sign in to comment.