You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
indentation
This commit is contained in:
@@ -34,13 +34,13 @@ const Spinner = ({w = 32, h = 32, imgClassName, message}) => {
|
|||||||
return (
|
return (
|
||||||
<div className={divClass}>
|
<div className={divClass}>
|
||||||
{ message && <React.Fragment><div className="mx_Spinner_Msg">{ message}</div> </React.Fragment> }
|
{ message && <React.Fragment><div className="mx_Spinner_Msg">{ message}</div> </React.Fragment> }
|
||||||
<img
|
<img
|
||||||
src={imageSource}
|
src={imageSource}
|
||||||
width={w}
|
width={w}
|
||||||
height={h}
|
height={h}
|
||||||
className={imgClassName}
|
className={imgClassName}
|
||||||
aria-label={_t("Loading...")}
|
aria-label={_t("Loading...")}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user