Skip to content

Commit

Permalink
fix: feegrant msg (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuash authored Dec 7, 2021
1 parent f937158 commit bbe39e1
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# base-v1.8.4 - 2021-12-08
## Bug fixes
- Fix `feegrant` and `authz` messages ([\#588](https://github.com/forbole/big-dipper-2.0-cosmos/issues/588))

# base-v1.8.3 - 2021-12-07
## Bug fixes
- Fix validators list not displaying inactive validators ([\#583](https://github.com/forbole/big-dipper-2.0-cosmos/issues/583))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ exports[`screen: TransactionDetails/Grant matches snapshot 1`] = `
address="sponderbob"
name="sponderbob"
/>,
<b />,
<Name
address="grantee"
name="grantee"
Expand Down
1 change: 0 additions & 1 deletion src/components/msg/authz/grant/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const Grant = (props: {
name={granterMoniker}
/>
),
<b />,
(
<Name
address={message.grantee}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ exports[`screen: TransactionDetails/Revoke matches snapshot 1`] = `
address="sponderbob"
name="sponderbob"
/>,
<b />,
<Name
address="grantee"
name="grantee"
Expand Down
1 change: 0 additions & 1 deletion src/components/msg/authz/revoke/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const Revoke = (props: {
name={granterMoniker}
/>
),
<b />,
(
<Name
address={message.grantee}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ exports[`screen: TransactionDetails/Grant matches snapshot 1`] = `
address="sponderbob"
name="sponderbob"
/>,
<b />,
<Name
address="grantee"
name="grantee"
Expand Down
1 change: 0 additions & 1 deletion src/components/msg/feegrant/grant_allowance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const GrantAllowance = (props: {
name={granterMoniker}
/>
),
<b />,
(
<Name
address={message.grantee}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ exports[`screen: TransactionDetails/Revoke matches snapshot 1`] = `
address="sponderbob"
name="sponderbob"
/>,
<b />,
<Name
address="grantee"
name="grantee"
Expand Down
1 change: 0 additions & 1 deletion src/components/msg/feegrant/revoke_allowance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const RevokeAllowance = (props: {
name={granterMoniker}
/>
),
<b />,
(
<Name
address={message.grantee}
Expand Down

0 comments on commit bbe39e1

Please sign in to comment.