Skip to content

Commit

Permalink
Merge pull request #3404 from cardano-foundation/fix/MET-2146-remove-…
Browse files Browse the repository at this point in the history
…disclaimer

fix: MET-2146 remove disclaimer in token details page
  • Loading branch information
Sotatek-TaiTruong committed May 4, 2024
2 parents 3de816d + 280c250 commit 67abc71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ADAicon from "src/components/commons/ADAIcon";
import FormNowMessage from "src/components/commons/FormNowMessage";
import DatetimeTypeTooltip from "src/components/commons/DatetimeTypeTooltip";

import { Flex, Label, SmallText, StyledLink, PriceValue, DescriptionText, TimeDuration } from "./styles";
import { Flex, Label, SmallText, StyledLink, PriceValue, TimeDuration } from "./styles";

interface ITokenTransaction {
tokenId: string;
Expand Down Expand Up @@ -145,7 +145,6 @@ const TokenTransaction: React.FC<ITokenTransaction> = ({ tokenId }) => {

return (
<Box>
<DescriptionText>{t("desc.transactionUTXO")}</DescriptionText>
<TimeDuration>
<FormNowMessage time={fetchData.lastUpdated} />
</TimeDuration>
Expand Down
1 change: 0 additions & 1 deletion src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,6 @@
"common.hexFormat": "Hex Format",
"common.sent": "Sent",
"common.received": "Received",
"desc.transactionUTXO": "Includes transactions in which the UTXO containing the tokens is used resulting in token movement, while the tokens are unspent and returned to the address",
"explain.minFeeA": "Additional transaction fee per byte of data (in lovelace).",
"explain.minFeeB": "Base transaction fee (in lovelace).",
"explain.maxBlockSize": "Maximum size of a block body. Limits blockchain storage size",
Expand Down

0 comments on commit 67abc71

Please sign in to comment.