Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Mar 4, 2022
1 parent a88f202 commit 7f171ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'build'
name: 'publish'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion src/components/Delegations.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Delegations extends React.Component {
}

getTestGrant(){
this.props.restClient.getGrants(this.props.network.data.testaddress, this.props.address)
this.props.restClient.getGrants(this.props.network.data.testAddress, this.props.address)
.then(
(result) => { }, (error) => {
if (error.response && error.response.status === 501) {
Expand Down

0 comments on commit 7f171ef

Please sign in to comment.