1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #~: Minor fix to info tab function (#2197)

(cherry picked from commit a6fb6a2f85b2fb227574f2047c2dbcb2525629f2)
This commit is contained in:
Sergio Betanzos 2022-06-28 17:27:04 +02:00 committed by Tino Vazquez
parent 90fad79f69
commit bd2e5e9a34

View File

@ -315,7 +315,7 @@ export const getAvailableInfoTabs = (infoTabs = {}, getTabComponent, id) =>
return (
TabContent && {
name: camelName,
label: camelName,
id: tabName,
renderContent: () => <TabContent tabProps={tabProps} id={id} />,
}