값을 불러오기전에 map에서 데이터를 사용할때 다음과 같은 에러가 뜬다.
export function isEmptyObject(obj) { return Object.values(obj).length === 0; }