1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Removing unused prop from TransactionActivityLog (#11014)

This commit is contained in:
ryanml 2021-05-07 13:21:03 -07:00 committed by GitHub
parent f47cfbbb3e
commit f3cc048fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ import { CONFIRMED_STATUS } from './transaction-activity-log.constants';
export default class TransactionActivityLog extends PureComponent {
static contextTypes = {
t: PropTypes.func,
metricEvent: PropTypes.func,
};
static propTypes = {