This commit is contained in:
Michael Quigley 2023-01-05 16:05:59 -05:00
parent 1708f5ed75
commit bd8ca333f7
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 1 additions and 1 deletions

View File

@ -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]);

View File

@ -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 {