Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 68f53c1

Browse files
committed
chore: ts-ignore Disclaimer.tsx
1 parent 5de81b0 commit 68f53c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Disclaimer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class Disclaimer extends React.Component<ReturnType<typeof mapStateToProps> & Re
133133

134134
const mapStateToProps = (state: ReduxState) => {
135135
return {
136+
// @ts-ignore
136137
analyticsEnabled: state.options.analytics_enabled
137138
};
138139
};

0 commit comments

Comments
 (0)