Project

General

Profile

« Previous | Next » 

Revision a50d8cff

Added by Amir Fefer almost 5 years ago

Fixes #26655 - show contnet after creating a host

View differences:

webpack/assets/javascripts/react_app/components/ToastsList/ToastList.js
</ToastComponent>
);
});
return <ToastNotificationList>{toastsList}</ToastNotificationList>;
return (
toastsList.length > 0 && (
<ToastNotificationList>{toastsList}</ToastNotificationList>
)
);
};
ToastsList.propTypes = {

Also available in: Unified diff