We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e155dcb commit eafefb5Copy full SHA for eafefb5
projects/ui/src/Components/Apps/Details/MetadataSection/AppMetadataSection.tsx
@@ -13,17 +13,11 @@ const AppMetadataSection = ({ app }: { app: App }) => {
13
<DetailsPageStyles.Title>Metadata</DetailsPageStyles.Title>
14
<GridCardStyles.GridCard whiteBg wide>
15
<Box px={"20px"} py={"25px"}>
16
- {/* {!!app.metadata?.rateLimit ? ( */}
17
<MetadataDisplay
18
item={app}
19
customMetadata={app.metadata?.customMetadata}
20
rateLimitInfo={app.metadata?.rateLimit}
21
/>
22
- {/* // ) : (
23
- // <Box pt="10px">
24
- // <EmptyData title="No App metadata was found." />
25
- // </Box>
26
- // )} */}
27
</Box>
28
</GridCardStyles.GridCard>
29
</DetailsPageStyles.Section>
0 commit comments