Updates according PR commentas
Signed-off-by: manusant <ney.br.santos@gmail.com>
This commit is contained in:
@@ -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