Skip to content

Commit

Permalink
Remove a redundant reader
Browse files Browse the repository at this point in the history
Refs #1834
  • Loading branch information
thewilkybarkid committed Dec 4, 2024
1 parent d0fadc4 commit fe02408
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 412 deletions.
3 changes: 2 additions & 1 deletion src/TemplatePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export const make = Effect.gen(function* () {
const { fathomId, environmentLabel } = yield* TemplatePageOptions

return (page: Page) =>
templatePage(page)({
templatePage({
page,
canChooseLocale,
environmentLabel: Option.getOrUndefined(environmentLabel),
fathomId: Option.getOrUndefined(fathomId),
Expand Down
Loading

0 comments on commit fe02408

Please sign in to comment.