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 />