Appease the linter
This commit is contained in:
parent
ff7a18da56
commit
4444ccb079
2 changed files with 8 additions and 7 deletions
|
@ -36,7 +36,7 @@ export default class Spinner extends React.PureComponent<IProps> {
|
|||
{ message && <React.Fragment><div className="mx_Spinner_Msg">{ message }</div> </React.Fragment> }
|
||||
<div
|
||||
className="mx_Spinner_icon"
|
||||
style={{width: w, height: h}}
|
||||
style={{ width: w, height: h }}
|
||||
aria-label={_t("Loading...")}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue