You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
Remove unused class names from AppWarning (#10823)
This commit is contained in:
@@ -23,11 +23,11 @@ interface IProps {
|
||||
const AppWarning: React.FC<IProps> = (props) => {
|
||||
return (
|
||||
<div className="mx_AppPermissionWarning">
|
||||
<div className="mx_AppPermissionWarningImage">
|
||||
<div>
|
||||
<img src={require("../../../../res/img/warning.svg").default} alt="" />
|
||||
</div>
|
||||
<div className="mx_AppPermissionWarningText">
|
||||
<span className="mx_AppPermissionWarningTextLabel">{props.errorMsg || "Error"}</span>
|
||||
<div>
|
||||
<span>{props.errorMsg || "Error"}</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user