style: Fix formatting

Signed-off-by: Luca Huettner <luca.huettner@gmail.com>
This commit is contained in:
Luca Huettner
2022-12-01 15:38:19 +01:00
parent a9a86a8972
commit fabe95dcdf
@@ -61,7 +61,7 @@ export interface CatalogKindHeaderProps {
/**
* @public
* @deprecated This component has been deprecated in favour of the EntityKindPicker in the list of filters. If you wish to keep this component long term make sure to raise an issue at github.com/backstage/backstage
* @deprecated This component has been deprecated in favour of the EntityKindPicker in the list of filters. If you wish to keep this component long term make sure to raise an issue at github.com/backstage/backstage
*/
export function CatalogKindHeader(props: CatalogKindHeaderProps) {
const { initialFilter = 'component', allowedKinds } = props;