Commit 7ecf96d7 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #469 from blockscout/dayjs-config-fix

relativeTimeConfig fix
parents 334ebdf9 8751bf38
......@@ -17,7 +17,7 @@ const relativeTimeConfig = {
{ l: 'dd', r: 29, d: 'day' },
{ l: 'M', r: 1 },
{ l: 'MM', r: 11, d: 'month' },
{ l: 'y' },
{ l: 'y', r: 17 },
{ l: 'yy', d: 'year' },
],
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment