Skip to content

Commit

Permalink
Fix last checker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Nov 1, 2023
1 parent 7fe6050 commit 3e9f054
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/common/Alpha.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</a>
and
<a href="mailto:[email protected]">Pete</a>
with any feedback.
with any feedback.
</span>
</p>
</div>
2 changes: 1 addition & 1 deletion src/lib/sidebar/ListedIntervention.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import bbox from "@turf/bbox";
import { WarningIcon } from "lib/common";
import { bbox } from "lib/maplibre";
import { gjScheme, map, mode, sidebarHover } from "stores";
import type { FeatureUnion, Schema } from "types";
import { interventionName } from "./scheme_data";
Expand Down
3 changes: 1 addition & 2 deletions src/lib/sidebar/Superscheme.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
} from "lib/govuk";
import { gjScheme, mode, sidebarHover } from "stores";
import { onMount } from "svelte";
import type { Schema, Scheme } from "types";
import type { Scheme } from "types";
import { backfillSuperscheme } from "./scheme_data";
export let authorityName: string;
export let schema: Schema;
let errorMessage = "";
let baseFilename = authorityName;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SketchSchemes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<LoggedIn />
{/if}
{#if schema === "pipeline"}
<Superscheme {authorityName} {schema} />
<Superscheme {authorityName} />
{:else}
<EntireScheme {authorityName} {schema} />
{/if}
Expand Down

0 comments on commit 3e9f054

Please sign in to comment.