Skip to content

Commit

Permalink
-unnecessary any
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Jan 26, 2024
1 parent f8bf990 commit e35a37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GobanThemePicker/GobanThemePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export class GobanThemePicker extends React.PureComponent<
}
style={{
...custom_board.styles,
...(css2react(custom_board.getBackgroundCSS()) as any),
...css2react(custom_board.getBackgroundCSS()),
}}
onClick={this.selectTheme["board"][custom_board.theme_name]}
>
Expand Down

0 comments on commit e35a37c

Please sign in to comment.