diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/WhatsNewModal.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/WhatsNewModal.tsx index 8f7d095535e0..e6bb891820d4 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/WhatsNewModal.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/WhatsNewModal.tsx @@ -110,19 +110,19 @@ const WhatsNewModal: FunctionComponent = ({
-
+

{activeData.version}

{activeData.description}

+ {activeData?.note && ( +

{activeData.note}

+ )}
{activeData.features.length > 0 && ( -
0, - })}> +