mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +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 = {
|
||||
to: PropTypes.string.isRequired,
|
||||
to: PropTypes.string,
|
||||
inputData: PropTypes.string.isRequired,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user