mirror of
https://github.com/10h30/fullstackopen.git
synced 2026-07-17 05:23:24 +09:00
Completed 2.14
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user