diff --git a/apps/explorer/src/app/components/txs/details/transfer/blocks/transfer-rewards.tsx b/apps/explorer/src/app/components/txs/details/transfer/blocks/transfer-rewards.tsx index 39116a94c..56eaafa12 100644 --- a/apps/explorer/src/app/components/txs/details/transfer/blocks/transfer-rewards.tsx +++ b/apps/explorer/src/app/components/txs/details/transfer/blocks/transfer-rewards.tsx @@ -41,46 +41,57 @@ export function TransferRewards({ recurring }: TransferRewardsProps) { return null; } + // Destructure to make things a bit more readable + const { + assetForMetric, + entityScope, + individualScope, + teamScope, + distributionStrategy, + lockPeriod, + markets, + stakingRequirement, + windowLength, + notionalTimeWeightedAveragePositionRequirement, + rankTable, + nTopPerformers, + } = recurring.dispatchStrategy; + return (
-

{t('Reward metrics')}

+

{getRewardTitle(entityScope)}