mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix types.
This commit is contained in:
@@ -148,7 +148,7 @@ function Theme(props: Props) {
|
||||
);
|
||||
}
|
||||
|
||||
export default connectState(Theme, state => {
|
||||
export default connectState<{ children: Children }>(Theme, state => {
|
||||
return {
|
||||
options: state.settings.theme
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user