Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Jan 24, 2025
1 parent fe81dec commit 8c4b2b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web-common/src/features/canvas/Canvas.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import { findNextAvailablePosition } from "./util";
import type { CanvasComponentType } from "./components/types";
import BlankCanvas from "./BlankCanvas.svelte";
import CanvasFilters from "@rilldata/web-common/features/canvas/filters/CanvasFilters.svelte";
export let fileArtifact: FileArtifact;
Expand Down
1 change: 0 additions & 1 deletion web-common/src/features/canvas/CanvasDashboardEmbed.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

<CanvasDashboardWrapper bind:contentRect height={maxBottom}>
{#each items as component, i (i)}

Check failure on line 38 in web-common/src/features/canvas/CanvasDashboardEmbed.svelte

View workflow job for this annotation

GitHub Actions / build

'component' is defined but never used. Allowed unused args must match /^_/u
{@const componentName = component.component}
<SvelteGridStack bind:grid {items} {spec} let:index let:item embed>
{@const componentName = item.component}
{#if componentName}
Expand Down

0 comments on commit 8c4b2b9

Please sign in to comment.