Skip to content

Commit

Permalink
Feat: Fix payload block receipt payloads (#843)
Browse files Browse the repository at this point in the history
* Reproduced.

Signed-off-by: Eugene Panteleymonchuk <[email protected]>

* Revert reproducing. Add necessary class.

Signed-off-by: Eugene Panteleymonchuk <[email protected]>

---------

Signed-off-by: Eugene Panteleymonchuk <[email protected]>
  • Loading branch information
panteleymonchuk authored Nov 23, 2023
1 parent b976780 commit deb3ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/app/components/chrysalis/ReceiptPayload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ReceiptPayload extends Component<ReceiptPayloadProps, ReceiptPayloadState>
*/
public render(): ReactNode {
return (
<div className="indexation-payload">
<div className="indexation-payload card">
<div className="card--header">
<h2>Receipt Payload</h2>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ReceiptPayload extends Component<ReceiptPayloadProps, ReceiptPayloadState>
const tokenInfo: INodeInfoBaseToken = this.context.tokenInfo;

return (
<div className="indexation-payload">
<div className="indexation-payload card">
<div className="card--header">
<h2>Receipt Payload</h2>
</div>
Expand Down

0 comments on commit deb3ffd

Please sign in to comment.