Appease the linter
parent
1952cf6563
commit
bd38ad5166
|
@ -64,7 +64,7 @@ const CompatibilityView: React.FC<IProps> = ({ onAccept }) => {
|
||||||
className="mx_ClearDecoration"
|
className="mx_ClearDecoration"
|
||||||
key="fdroid"
|
key="fdroid"
|
||||||
>
|
>
|
||||||
<img height="48" src="themes/element/img/download/fdroid.svg" alt="F-Droid"/>
|
<img height="48" src="themes/element/img/download/fdroid.svg" alt="F-Droid" />
|
||||||
</a>);
|
</a>);
|
||||||
}
|
}
|
||||||
if (android.length === 1) { // just a header, meaning no links
|
if (android.length === 1) { // just a header, meaning no links
|
||||||
|
|
Loading…
Reference in New Issue