Commit 460d6349 authored by tom's avatar tom

renaming

parent 7bfca7a4
......@@ -50,7 +50,7 @@ const TableRow = ({ isLast, name, type, children }: RowProps) => {
);
};
const DecodedInputData = () => {
const TxDecodedInputData = () => {
const bgColor = useColorModeValue('blackAlpha.50', 'whiteAlpha.50');
return (
......@@ -124,4 +124,4 @@ const DecodedInputData = () => {
);
};
export default DecodedInputData;
export default TxDecodedInputData;
......@@ -10,12 +10,12 @@ import dayjs from 'lib/date/dayjs';
import AddressIcon from 'ui/shared/AddressIcon';
import AddressLinkWithTooltip from 'ui/shared/AddressLinkWithTooltip';
import CopyToClipboard from 'ui/shared/CopyToClipboard';
import DecodedInputData from 'ui/shared/DecodedInputData';
import DetailsInfoItem from 'ui/shared/DetailsInfoItem';
import RawInputData from 'ui/shared/RawInputData';
import Token from 'ui/shared/Token';
import Utilization from 'ui/shared/Utilization';
import TokenTransfer from 'ui/tx/TokenTransfer';
import TxDecodedInputData from 'ui/tx/TxDecodedInputData';
import type { Props as TxStatusProps } from 'ui/tx/TxStatus';
import TxStatus from 'ui/tx/TxStatus';
......@@ -199,7 +199,7 @@ const TxDetails = () => {
title="Decoded input data"
hint="hmmmmmmmmmmm"
>
<DecodedInputData/>
<TxDecodedInputData/>
</DetailsInfoItem>
</>
) }
......
......@@ -4,8 +4,8 @@ import React from 'react';
import AddressIcon from 'ui/shared/AddressIcon';
import AddressLinkWithTooltip from 'ui/shared/AddressLinkWithTooltip';
import DecodedInputData from 'ui/shared/DecodedInputData';
import TxLogTopic from 'ui/tx/logs/TxLogTopic';
import DecodedInputData from 'ui/tx/TxDecodedInputData';
interface Props {
address: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment