Skip to content

Commit eafefb5

Browse files
cleanup
Signed-off-by: Nicholas Bucher <[email protected]>
1 parent e155dcb commit eafefb5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

projects/ui/src/Components/Apps/Details/MetadataSection/AppMetadataSection.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@ const AppMetadataSection = ({ app }: { app: App }) => {
1313
<DetailsPageStyles.Title>Metadata</DetailsPageStyles.Title>
1414
<GridCardStyles.GridCard whiteBg wide>
1515
<Box px={"20px"} py={"25px"}>
16-
{/* {!!app.metadata?.rateLimit ? ( */}
1716
<MetadataDisplay
1817
item={app}
1918
customMetadata={app.metadata?.customMetadata}
2019
rateLimitInfo={app.metadata?.rateLimit}
2120
/>
22-
{/* // ) : (
23-
// <Box pt="10px">
24-
// <EmptyData title="No App metadata was found." />
25-
// </Box>
26-
// )} */}
2721
</Box>
2822
</GridCardStyles.GridCard>
2923
</DetailsPageStyles.Section>

0 commit comments

Comments
 (0)