Skip to content

Commit

Permalink
Merge pull request #316 from lidofinance/develop
Browse files Browse the repository at this point in the history
Merge develop to main
  • Loading branch information
jake4take authored Apr 11, 2024
2 parents 9fa6cda + 79fdd2c commit c6f5806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/withdrawals/hooks/useWaitingTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const useWaitingTime = (

const waitingTime =
days && days > 1
? `${isApproximate ? '~ ' : ''}1-${days} day(s)`
? `${isApproximate ? '~ ' : ''}${days} days`
: `${isApproximate ? '~ ' : ''}${days} day`;
const value =
isPaused || isRequestError ? '—' : isBunker ? 'Not estimated' : waitingTime;
Expand Down

0 comments on commit c6f5806

Please sign in to comment.