Skip to content
Snippets Groups Projects
Commit 373d95fb authored by 석찬 윤's avatar 석찬 윤
Browse files

fix: 더미데이터 삭제

parent 82a31947
No related branches found
No related tags found
1 merge request!49feat: 번개모임 페이지 개발
Pipeline #11016 passed
......@@ -45,8 +45,7 @@ export default function Card({
});
// 시간 변환
// const userName = localStorage.getItem("nickname");
const userName = "윤석찬";
const userName = localStorage.getItem("nickname");
const startTime = convertIndexToTime(timeIdxStart);
const endTime = convertIndexToTime(timeIdxEnd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment