Merge pull request #11254 from vector-im/t3chguy/fix_skinning_replaces
Fix skinning replaces being broken since being rewritten as React FC's
This commit is contained in:
commit
7062015e25
|
@ -48,6 +48,4 @@ module.exports = () => {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
module.exports.statics = {
|
module.exports.replaces = 'AuthFooter';
|
||||||
replaces: 'AuthFooter',
|
|
||||||
};
|
|
||||||
|
|
|
@ -44,6 +44,4 @@ module.exports = ({onFinished}) => {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
module.exports.statics = {
|
module.exports.replaces = 'CustomServerDialog';
|
||||||
replaces: 'CustomServerDialog',
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue