Completed 2.14

This commit is contained in:
2021-09-02 21:01:31 +07:00
parent 0dbcc78aba
commit 74a8e26d68
3 changed files with 17 additions and 10 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ const CountryLongList = ({data, onClick,weather}) => {
);
}
const CountryDetail = ({data,weather}) => {
console.log(weather)
console.log("Data", data)
console.log("Length", data.length)
return (
<div>
<h2>{data.name}</h2>