diff --git a/src/routes/safe/components/Transactions/TxList/MethodValue.tsx b/src/routes/safe/components/Transactions/TxList/MethodValue.tsx index a33e6647..840b7899 100644 --- a/src/routes/safe/components/Transactions/TxList/MethodValue.tsx +++ b/src/routes/safe/components/Transactions/TxList/MethodValue.tsx @@ -49,8 +49,23 @@ const GenericValue = ({ method, type, value }: RenderValueProps): React.ReactEle } const Value = ({ type, ...props }: RenderValueProps): React.ReactElement => { - const explorerUrl = getExplorerInfo(props.value as string) + if (isArrayParameter(type) && isAddress(type)) { + return ( +