From 3905c61689eef391dd566304c3d1b29b1fee96f3 Mon Sep 17 00:00:00 2001 From: robcxyz Date: Tue, 23 Jan 2024 11:21:18 -0800 Subject: [PATCH] chore: change governance table column name Governance to CPS --- src/components/GovernancePage/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/GovernancePage/index.js b/src/components/GovernancePage/index.js index a0fcaa18..6b514051 100644 --- a/src/components/GovernancePage/index.js +++ b/src/components/GovernancePage/index.js @@ -304,7 +304,7 @@ class GovernancePage extends Component { Add Rank ↓ Name - Governance { + CPS { this.props.setPopup({ type: POPUP_TYPE.GOVERNANCE }) @@ -557,4 +557,4 @@ class TableRow extends Component { } } -export default withRouter(GovernancePage); \ No newline at end of file +export default withRouter(GovernancePage);