|
|
@ -241,6 +241,7 @@ export const ContractSelection = (props: ContractSelectionProps) => { |
|
|
|
const contractListConfirm = contractList.some(x => x.file === currentFile) |
|
|
|
const contractListConfirm = contractList.some(x => x.file === currentFile) |
|
|
|
return confirmNodeType && contractListConfirm |
|
|
|
return confirmNodeType && contractListConfirm |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
// define swarm logo
|
|
|
|
// define swarm logo
|
|
|
|
<> |
|
|
|
<> |
|
|
|