Skip to content

Commit

Permalink
Merge branch 'main' into issue-166
Browse files Browse the repository at this point in the history
# Conflicts:
#	client/src/app/pages/package-list/package-context.tsx
#	client/src/app/pages/sbom-list/sbom-table.tsx
#	client/src/app/pages/sbom-list/sbom-toolbar.tsx
#	client/src/app/pages/vulnerability-list/vulnerability-table.tsx
  • Loading branch information
carlosthe19916 committed Oct 2, 2024
2 parents 4e647e9 + bbb3aa6 commit 1daecaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/app/pages/product-list/product-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ export const ProductList: React.FC = () => {

return (
<>
<PageSection variant={PageSectionVariants.light}>
<TextContent>
<Text component="h1">Products</Text>
</TextContent>
</PageSection>
{/*<PageSection variant={PageSectionVariants.light}>*/}
{/* <TextContent>*/}
{/* <Text component="h1">Products</Text>*/}
{/* </TextContent>*/}
{/*</PageSection>*/}
<PageSection>
<div
style={{
Expand Down

0 comments on commit 1daecaa

Please sign in to comment.