Fix display
This commit is contained in:
@@ -190,7 +190,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(props => {
|
|||||||
type={'Heading2'}/>
|
type={'Heading2'}/>
|
||||||
{(isSkynet && (props.MState.Mounted)) ? (
|
{(isSkynet && (props.MState.Mounted)) ? (
|
||||||
<a href={'#'}
|
<a href={'#'}
|
||||||
col={configButton ? 24 : 18}
|
col={(configButton ? 24 : 18) + 34}
|
||||||
onClick={props.MState.AllowMount ? () => props.displaySkynetExport(true) : e => {
|
onClick={props.MState.AllowMount ? () => props.displaySkynetExport(true) : e => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}}
|
}}
|
||||||
@@ -201,7 +201,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(props => {
|
|||||||
) : null}
|
) : null}
|
||||||
{(isSkynet && (props.MState.Mounted)) ? (
|
{(isSkynet && (props.MState.Mounted)) ? (
|
||||||
<a href={'#'}
|
<a href={'#'}
|
||||||
col={configButton ? 24 + 13 : 18 + 13}
|
col={(configButton ? 24 + 13 : 18 + 13) + 34}
|
||||||
onClick={props.MState.AllowMount ? () => props.displaySkynetImport(true) : e => {
|
onClick={props.MState.AllowMount ? () => props.displaySkynetImport(true) : e => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user