Skip to content

Commit 82ee788

Browse files
authored
Remove duplicate declaration
1 parent a1a65ca commit 82ee788

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/js/feedback/FeedbackWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ export class FeedbackWidget extends React.Component<FeedbackWidgetProps, Feedbac
260260
const config: FeedbackGeneralConfiguration = this.props;
261261
const imagePickerConfiguration: ImagePickerConfiguration = this.props;
262262
const text: FeedbackTextConfiguration = this.props;
263-
const styles: FeedbackWidgetStyles = { ...defaultStyles(theme), ...this.props.styles };
264263
const _defaultStyles = defaultStyles(theme);
265264
const _propStyles = this.props.styles || {};
266265
const autoCorrect = config.autoCorrect !== false;

0 commit comments

Comments
 (0)