diff --git a/src/info/pages/hrt/index.js b/src/info/pages/hrt/index.js index 357c3d4..ea9001a 100644 --- a/src/info/pages/hrt/index.js +++ b/src/info/pages/hrt/index.js @@ -54,7 +54,7 @@ export default function HRT({ startTimes }) {

{Object.keys(timesArray).map((t) => ( -

{timesArray[t]}

+

{timesArray[t]}

))}