Conform to new react and typescript eslint rules
This commit is contained in:
@@ -33,7 +33,7 @@ export default (props) => {
|
||||
return (<QuestionDialog
|
||||
hasCancelButton={false}
|
||||
title={_t("Updating %(brand)s", { brand })}
|
||||
description={<div>{description}</div>}
|
||||
description={<div>{ description }</div>}
|
||||
button={_t("OK")}
|
||||
onFinished={props.onFinished}
|
||||
/>);
|
||||
|
||||
Reference in New Issue
Block a user