Skip to content

Commit

Permalink
fix(contracts): update available rewards title format in staking cont…
Browse files Browse the repository at this point in the history
…racts
  • Loading branch information
mohandast52 committed Nov 8, 2024
1 parent 8b095ae commit a1b6c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/operate/components/Contracts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const columns: ColumnsType<StakingContract> = [
className: 'text-end',
},
{
title: () => 'Available Rewards (OLAS)',
title: () => 'Available Rewards, OLAS',
dataIndex: 'availableRewards',
key: 'availableRewards',
render: (availableRewards) => <Text>{formatWeiNumber({ value: availableRewards })}</Text>,
Expand Down

0 comments on commit a1b6c04

Please sign in to comment.