diff --git a/src/components/governance/GovDetails.jsx b/src/components/governance/GovDetails.jsx
index e4863fc9..a9916e5c 100644
--- a/src/components/governance/GovDetails.jsx
+++ b/src/components/governance/GovDetails.jsx
@@ -90,27 +90,27 @@ class Govdetails extends Component {
| {this.state.superBlockData.sb1} |
- {this.state.superBlockData.sb1Budget.result} SYS |
+ {this.state.superBlockData.sb1Budget || 0} SYS |
{this.state.superBlockData.sb1Date} |
| {this.state.superBlockData.sb2} |
- {this.state.superBlockData.sb2Budget.result} SYS |
+ {this.state.superBlockData.sb2Budget || 0} SYS |
{this.state.superBlockData.sb2Date} |
| {this.state.superBlockData.sb3} |
- {this.state.superBlockData.sb3Budget.result} SYS |
+ {this.state.superBlockData.sb3Budget || 0} SYS |
{this.state.superBlockData.sb3Date} |
| {this.state.superBlockData.sb4} |
- {this.state.superBlockData.sb4Budget.result} SYS |
+ {this.state.superBlockData.sb4Budget || 0} SYS |
{this.state.superBlockData.sb4Date} |
| {this.state.superBlockData.sb5} |
- {this.state.superBlockData.sb5Budget.result} SYS |
+ {this.state.superBlockData.sb5Budget || 0} SYS |
{this.state.superBlockData.sb5Date} |