half way through refactor
This commit is contained in:
@@ -20,8 +20,10 @@ export default function Options(): JSX.Element {
|
||||
apiKey: '',
|
||||
apiUrl: config.apiUrl,
|
||||
denyList: [],
|
||||
extensionStatus: 'allGood',
|
||||
hostname: '',
|
||||
loading: false,
|
||||
loggingEnabled: true,
|
||||
loggingStyle: config.loggingStyle,
|
||||
loggingType: config.loggingType,
|
||||
socialMediaSites: config.socialMediaSites,
|
||||
@@ -54,7 +56,9 @@ export default function Options(): JSX.Element {
|
||||
apiKey: state.apiKey,
|
||||
apiUrl: state.apiUrl,
|
||||
denyList: state.denyList,
|
||||
extensionStatus: state.extensionStatus,
|
||||
hostname: state.hostname,
|
||||
loggingEnabled: state.loggingEnabled,
|
||||
loggingStyle: state.loggingStyle,
|
||||
loggingType: state.loggingType,
|
||||
socialMediaSites: state.socialMediaSites,
|
||||
|
||||
Reference in New Issue
Block a user