Appease the linter

This commit is contained in:
Travis Ralston 2021-07-13 00:02:44 -06:00
parent ff7a18da56
commit 4444ccb079
2 changed files with 8 additions and 7 deletions

View file

@ -36,7 +36,7 @@ export default class Spinner extends React.PureComponent<IProps> {
{ message && <React.Fragment><div className="mx_Spinner_Msg">{ message }</div>&nbsp;</React.Fragment> }
<div
className="mx_Spinner_icon"
style={{width: w, height: h}}
style={{ width: w, height: h }}
aria-label={_t("Loading...")}
/>
</div>