|
@ -119,7 +119,7 @@ export class OperationsList extends PureComponent<Props, State> { |
|
|
<OperationC |
|
|
<OperationC |
|
|
operation={operation} |
|
|
operation={operation} |
|
|
account={account} |
|
|
account={account} |
|
|
key={operation.id} |
|
|
key={`${account.id}_${operation.id}`} |
|
|
onOperationClick={this.handleClickOperation} |
|
|
onOperationClick={this.handleClickOperation} |
|
|
t={t} |
|
|
t={t} |
|
|
withAccount={withAccount} |
|
|
withAccount={withAccount} |
|
|