Removes entity prop in the docs example

This commit is contained in:
Juan Lulkin
2021-02-24 15:06:50 +01:00
parent ff5d373a97
commit 820681544a
+1 -1
View File
@@ -39,7 +39,7 @@ import {
{
isPagerDutyAvailable(entity) && (
<Grid item md={6}>
<PagerDutyCard entity={entity} />
<PagerDutyCard />
</Grid>
);
}