Update prettier/eslint
This commit is contained in:
@@ -8,8 +8,7 @@ import { promptLocationAndSaveFile } from '../../utils';
|
||||
|
||||
const mapStateToProps = (state) => {
|
||||
return {
|
||||
InfoMessage:
|
||||
state.error.InfoStack.length > 0 ? state.error.InfoStack[0] : '',
|
||||
InfoMessage: state.error.InfoStack.length > 0 ? state.error.InfoStack[0] : '',
|
||||
};
|
||||
};
|
||||
|
||||
@@ -75,9 +74,7 @@ export default connect(
|
||||
clicked={() => {
|
||||
if (
|
||||
promptLocationAndSaveFile(
|
||||
props.InfoMessage.fileName +
|
||||
'.' +
|
||||
props.InfoMessage.extension,
|
||||
props.InfoMessage.fileName + '.' + props.InfoMessage.extension,
|
||||
msg,
|
||||
props.notifyError
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user