Updates according PR commentas
Signed-off-by: manusant <ney.br.santos@gmail.com>
This commit is contained in:
@@ -38,11 +38,6 @@ export const SonarQubeCard: (props: {
|
||||
duplicationRatings?: DuplicationRating[];
|
||||
}) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const SonarQubeContentPage: (
|
||||
props: SonarQubeContentPageProps,
|
||||
) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export type SonarQubeContentPageProps = {
|
||||
title?: string;
|
||||
|
||||
@@ -34,7 +34,6 @@ export type SonarQubeContentPageProps = {
|
||||
supportTitle?: string;
|
||||
};
|
||||
|
||||
/** @public */
|
||||
export const SonarQubeContentPage = (props: SonarQubeContentPageProps) => {
|
||||
const { entity } = useEntity();
|
||||
const { title, supportTitle } = props;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
export { SonarQubeCard } from './SonarQubeCard';
|
||||
export type { DuplicationRating } from './SonarQubeCard';
|
||||
export { SonarQubeContentPage } from './SonarQubeContentPage';
|
||||
export type { SonarQubeContentPageProps } from './SonarQubeContentPage';
|
||||
export {
|
||||
isSonarQubeAvailable,
|
||||
|
||||
Reference in New Issue
Block a user