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