{visibleWidgets.length === 0 ? (
No visible widgets
Add widgets from the hidden section below!
) : (
visibleWidgets.map((widget, index) => (
{(provided, snapshot) => (
{widget.title}
{widget.description}
{widget.category}
)}
))
)}
{provided.placeholder}
)}