mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
indentation
This commit is contained in:
parent
b00d822bc0
commit
228a6adfdf
1 changed files with 7 additions and 7 deletions
|
@ -34,13 +34,13 @@ const Spinner = ({w = 32, h = 32, imgClassName, message}) => {
|
|||
return (
|
||||
<div className={divClass}>
|
||||
{ message && <React.Fragment><div className="mx_Spinner_Msg">{ message}</div> </React.Fragment> }
|
||||
<img
|
||||
src={imageSource}
|
||||
width={w}
|
||||
height={h}
|
||||
className={imgClassName}
|
||||
aria-label={_t("Loading...")}
|
||||
/>
|
||||
<img
|
||||
src={imageSource}
|
||||
width={w}
|
||||
height={h}
|
||||
className={imgClassName}
|
||||
aria-label={_t("Loading...")}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue