Skip to content

Commit

Permalink
fix: rewards notification message shortend
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed Sep 13, 2024
1 parent 412449a commit 9c1780c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/MainPage/sections/RewardsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const NotifyRewardsModal = () => {
if (!canShowNotification) return;

showNotification?.(
'Your agent earned its first staking rewards!',
'First rewards earned!',
`Congratulations! Your agent just got the first reward for you! Your current balance: ${firstRewardRef.current} OLAS`,
);
}, [canShowNotification, showNotification]);
Expand Down

0 comments on commit 9c1780c

Please sign in to comment.