We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f2067 commit 3be0b0bCopy full SHA for 3be0b0b
CHANGELOG.md
@@ -17,6 +17,7 @@ changes.
17
### Fixed
18
19
- Fix calculating DRep activity
20
+- Fix fetching Governance Actions being navigated from dashboard
21
22
### Changed
23
govtool/frontend/src/context/dataActionsBar.tsx
@@ -70,7 +70,7 @@ const DataActionsBarProvider: FC<ProviderProps> = ({ children }) => {
70
71
const userMovedToDifferentAppArea =
72
pathname !== lastPath &&
73
- (!pathname.startsWith(lastPath) || lastPath === "");
+ (!pathname.startsWith(lastPath) || lastPath === "" || lastPath === "/");
74
const userOpenedGADetailsFromCategoryPage =
75
lastPath.includes("governance_actions/category") &&
76
pathname.includes("governance_actions/");
0 commit comments