Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Jul 24, 2023
1 parent 42ca135 commit 62dccac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/browse/OptionalLayer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
// - The layer name within that file
// - The layer name, for layerZorder
export let name: string;
// Uncapitalized
export let singularNoun: string;
// Capitalized
export let pluralNoun: string;
export let color: string;
export let hint: string;
Expand Down

0 comments on commit 62dccac

Please sign in to comment.