This commit is contained in:
focp212@naver.com
2025-09-29 13:46:16 +09:00
parent 3d22544b9a
commit 74ab29f80a

View File

@@ -13,7 +13,7 @@ export const HomeNoticeList = () => {
const getItems = () => { const getItems = () => {
let rs = []; let rs = [];
let maxCnt = (!!resultList && resultList.length < 4)? resultList.length: 5; let maxCnt = (!!resultList && resultList.length < 4)? resultList.length: 4;
for(let i=0;i<maxCnt;i++){ for(let i=0;i<maxCnt;i++){
rs.push( rs.push(
<HomeNoticeItem <HomeNoticeItem