.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user