Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const theme = this.props.theme;
const formData = {
theme: theme.theme,
scheme: theme.scheme,
dark: !theme.light
};
return (
<form>
</form>
const theme = this.props.theme;
const formData = {
theme: theme.theme,
scheme: theme.scheme,
dark: !theme.light
};
return (
<form>
</form>