removed deprecated entity props

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-18 13:09:56 +01:00
parent 10a0a8046b
commit 2262fe19c9
41 changed files with 61 additions and 186 deletions
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import { Entity } from '@backstage/catalog-model';
import { useEntity } from '@backstage/plugin-catalog-react';
import { Chip, Grid } from '@material-ui/core';
import { makeStyles } from '@material-ui/core/styles';
@@ -90,7 +89,6 @@ export const SonarQubeCard = ({
variant = 'gridItem',
duplicationRatings = defaultDuplicationRatings,
}: {
entity?: Entity;
variant?: InfoCardVariants;
duplicationRatings?: DuplicationRating[];
}) => {