},
{name: 'Actions', extractor: category => (
Edit
{/* Delete not available in API yet */}
{/* */}
)}
]}
// Map in an id property so the table can use array.map
rows={categories}
/>
>
)
}
async function remove(category){
// Placeholder for when we have delete in the API
}