Skip to content
Snippets Groups Projects
Commit d546cd73 authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #475 - Add referrer and accountName to operarionsTable

parent f0c1a853
No related branches found
No related tags found
1 merge request!582Delrifai/#475 fixes on export functionality
...@@ -68,6 +68,8 @@ const AccountOperationsSection: React.FC<AccountOperationsSectionProps> = ({ ...@@ -68,6 +68,8 @@ const AccountOperationsSection: React.FC<AccountOperationsSectionProps> = ({
unformattedOperations={convertOperationResultsToTableOperations( unformattedOperations={convertOperationResultsToTableOperations(
accountOperations?.operations_result || [] accountOperations?.operations_result || []
)} )}
referrer="operations"
accountName={paramsState.accountName?.startsWith('@') ? paramsState.accountName.slice(1) : paramsState.accountName}
/> />
</> </>
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment