mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Changed to address to optional for TransactionDecoding component
This commit is contained in:
parent
c2d5bd01c4
commit
9c8b22a20b
@ -239,6 +239,6 @@ export default function TransactionDecoding({ to = '', inputData: data = '' }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TransactionDecoding.propTypes = {
|
TransactionDecoding.propTypes = {
|
||||||
to: PropTypes.string.isRequired,
|
to: PropTypes.string,
|
||||||
inputData: PropTypes.string.isRequired,
|
inputData: PropTypes.string.isRequired,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user