mirror of https://github.com/vector-im/riot-web
Fix skinning replaces being broken since being rewritten as React FC's
parent
7bfda36ae5
commit
5ffdc79bc7
|
@ -48,6 +48,4 @@ module.exports = () => {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
module.exports.statics = {
|
module.exports.replaces = 'AuthFooter';
|
||||||
replaces: 'AuthFooter',
|
|
||||||
};
|
|
||||||
|
|
|
@ -49,6 +49,4 @@ module.exports = ({onFinished}) => {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
module.exports.statics = {
|
module.exports.replaces = 'CustomServerDialog';
|
||||||
replaces: 'CustomServerDialog',
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue