diff --git a/packages/js/src/dashboard/app.js b/packages/js/src/dashboard/app.js index c42a1a52db0..a1ba7f3aa97 100644 --- a/packages/js/src/dashboard/app.js +++ b/packages/js/src/dashboard/app.js @@ -98,24 +98,6 @@ const App = () => {
-
- { shouldShowWebinarPromotionNotificationInDashboard( STORE_NAME ) && - - } - { pathname !== "/first-time-configuration" && notices.length > 0 &&
{ - notices.map( ( notice, index ) => ( - - { notice.content } - - ) ) - } -
} -
{ enterFrom="yst-opacity-0" enterTo="yst-opacity-100" > +
+ { shouldShowWebinarPromotionNotificationInDashboard( STORE_NAME ) && + + } + { pathname !== "/first-time-configuration" && notices.length > 0 &&
{ + notices.map( ( notice, index ) => ( + + { notice.content } + + ) ) + } +
} +
} /> } />