diff --git a/components/about/UpdatesPage/index.tsx b/components/about/UpdatesPage/index.tsx index 143026d1..9fbd1e75 100644 --- a/components/about/UpdatesPage/index.tsx +++ b/components/about/UpdatesPage/index.tsx @@ -110,8 +110,8 @@ const UpdatesPage = () => {

Developer notes

{updates('versions.1.2.0.notes') .split('\n') - .map((item) => ( -

{item}

+ .map((item, i) => ( +

{item}

))}