Re-added orgheader with .jsx

This commit is contained in:
frikky
2021-11-14 14:27:26 +01:00
parent d4058d49f1
commit 046ebfcf47
2 changed files with 483 additions and 0 deletions
File diff suppressed because one or more lines are too long
+12
View File
@@ -170,6 +170,15 @@ const Settings = (props) => {
console.log(collections)
setLoadedWorkflowCollections(collections)
setLoadedValidationWorkflows(responseJson)
setTimeout(() => {
window.scrollTo({
top: document.body.scrollHeight,
left: 0,
behavior: 'smooth'
})
}, 250)
}
})
.catch(error => {
@@ -656,6 +665,9 @@ const Settings = (props) => {
<div style={{flex: 1, marginTop: 20, }}>
{userdata !== undefined && userdata.eth_info !== undefined && userdata.eth_info.account.length > 0 ?
<div style={{width: "100%", textAlign: "left",}}>
<Typography variant="body2">
Network: TBD
</Typography>
<Typography variant="body2">
Address: {userdata.eth_info.account}
</Typography>