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

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

This commit is contained in:
Sergio Betanzos 2022-06-28 17:27:04 +02:00 committed by GitHub
parent 4c0b0db27f
commit a6fb6a2f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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} />,
}