Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFuks committed Oct 2, 2023
1 parent ba8730e commit e15dcd5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/themes/OverrideTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ export class OverrideTheme extends DefaultTheme {
public override getRenderContext(
page: PageEvent<Reflection>,
): OverrideThemeContext {
return new OverrideThemeContext(
this,
page,
this.application.options,
);
return new OverrideThemeContext(this, page, this.application.options);
}
}

0 comments on commit e15dcd5

Please sign in to comment.