From 07cfcf31d2202ab093513dba2caa16014a9e1c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sza=C5=82owski?= Date: Wed, 19 Feb 2025 13:28:54 +0100 Subject: [PATCH] fix(#3022): fix displaying helper buttons on governance action card details --- CHANGELOG.md | 1 + .../components/organisms/GovernanceActionDetailsCardData.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 102de5a76..064bd3318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ changes. - Remove abstain votes (not auto abstain) from total DRep stake - Fix counting committee members [Issue 2948](https://github.com/IntersectMBO/govtool/issues/2948) - Fix refetching DRep list on every enter [Issue 2994](https://github.com/IntersectMBO/govtool/issues/2994) +- Fix displaying helper buttons on governance action card details [Issue 3022](https://github.com/IntersectMBO/govtool/issues/3022) ### Changed diff --git a/govtool/frontend/src/components/organisms/GovernanceActionDetailsCardData.tsx b/govtool/frontend/src/components/organisms/GovernanceActionDetailsCardData.tsx index 2419a77d4..6aeebbd0e 100644 --- a/govtool/frontend/src/components/organisms/GovernanceActionDetailsCardData.tsx +++ b/govtool/frontend/src/components/organisms/GovernanceActionDetailsCardData.tsx @@ -338,14 +338,14 @@ export const GovernanceActionDetailsCardData = ({ 1600 ? "longText" : "oneLine"} dataTestId="anchor-url" isLinkButton /> 1600 ? "longText" : "oneLine"} dataTestId="anchor-hash" isCopyButton />