{ ! noHeader && ( title || subtitle || resultCount || browseAllLink ) && (
) }
{ listName === 'paid' && (
) }
{ listType === 'search' && (
) }
{ listType === 'browse' && (
) }
{ renderViews() }
);
};
PluginsBrowserList.propTypes = {
plugins: PropTypes.array.isRequired,
variant: PropTypes.oneOf( Object.values( PluginsBrowserListVariant ) ).isRequired,
extended: PropTypes.bool,
};
export default PluginsBrowserList;