mirror of
https://github.com/openziti/zrok.git
synced 2025-01-10 16:08:20 +01:00
lint
This commit is contained in:
parent
1708f5ed75
commit
bd8ca333f7
ui/src
@ -17,7 +17,6 @@ const ShareDetail = (props) => {
|
|||||||
.then(resp => {
|
.then(resp => {
|
||||||
let detail = resp.data;
|
let detail = resp.data;
|
||||||
detail.envZId = props.selection.envZId;
|
detail.envZId = props.selection.envZId;
|
||||||
console.log(detail);
|
|
||||||
setDetail(detail);
|
setDetail(detail);
|
||||||
});
|
});
|
||||||
}, [props.selection]);
|
}, [props.selection]);
|
||||||
|
@ -3,6 +3,7 @@ body {
|
|||||||
font-family: 'Russo One', sans-serif;
|
font-family: 'Russo One', sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code, pre {
|
code, pre {
|
||||||
|
Loading…
Reference in New Issue
Block a user