Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

fix(frontend): Add links to useful fields in receipts section #731

Merged
merged 1 commit into from
Sep 12, 2021

Conversation

shelegdmitriy
Copy link
Contributor

Those fields like receipt_id, predecessor_id and receiver_id are links to Receipt and AccountPage accordingly

@shelegdmitriy shelegdmitriy requested a review from frol September 9, 2021 19:53
@shelegdmitriy shelegdmitriy self-assigned this Sep 9, 2021
@render
Copy link

render bot commented Sep 9, 2021

@@ -3,23 +3,31 @@ import Link from "./Link";
export interface Props {
transactionHash?: string | null;
receiptId: string;
trancate?: boolean;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
trancate?: boolean;
truncate?: boolean;

@frol frol merged commit e43ea1e into master Sep 12, 2021
@frol frol deleted the fix/display_receipt_fields branch September 12, 2021 18:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants