diff --git a/src/App.js b/src/App.js index b9aa04f..036c2a5 100644 --- a/src/App.js +++ b/src/App.js @@ -107,7 +107,7 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} @@ -116,7 +116,7 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} diff --git a/src/components/ReligiousTimes/index.js b/src/components/ReligiousTimes/index.js index f23ebfc..1fce9f2 100644 --- a/src/components/ReligiousTimes/index.js +++ b/src/components/ReligiousTimes/index.js @@ -11,15 +11,18 @@ const time = { const ReligiousTimes = ({hours}) => { return ( -
+
{Object.keys(hours).map((hour, index) => ( -
+
- {time[hour]} + {time[hour]} - {hours[hour]} + {hours[hour]} + {Number(index) !== hours.length -1 && ( +
+ )}
))}