This commit is contained in:
Jay 2017-05-22 17:48:17 +08:00
parent 68e07e0dcd
commit 7a270f862f
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ const IPMIPage = ({i18n, list, openModal}) => {
<SelListItem key={idx}
i18n={i18n}
data={t}
openModal={openModal}
closeModal={closeModal} />
openModal={openModal} />
)
})
}