Re-enable rule jsx-curly-brace-presence (#10869)

This commit is contained in:
Kamil Gabryjelski
2020-09-14 19:44:03 +02:00
committed by GitHub
parent c5193ca018
commit a75c36281d
9 changed files with 14 additions and 16 deletions

View File

@@ -125,7 +125,7 @@ export default function QueryAndSaveBtns({
<OverlayTrigger
placement="right"
overlay={
<Tooltip id={'query-error-tooltip'}>{errorMessage}</Tooltip>
<Tooltip id="query-error-tooltip">{errorMessage}</Tooltip>
}
>
<i className="fa fa-exclamation-circle text-danger fa-lg" />