Skip to content

Commit

Permalink
feat: removing meta from menu show
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphg6 committed Sep 4, 2023
1 parent cce08f8 commit fa0218c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Menu/Show/Show.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const ShowMenu = () => {
{renderHasConditions()}
</Box>
<Divider />
<Typography variant="h3" component="h3" sx={{ py: '1rem' }}>
{/* <Typography variant="h3" component="h3" sx={{ py: '1rem' }}>
{t('menu.fields.meta.title', { count: 2 })}
</Typography>
<Box sx={{ mb: '1rem' }} className="space-y-4">
Expand All @@ -245,7 +245,7 @@ export const ShowMenu = () => {
<p className="text-gray-500">{t('common.noData')}</p>
)}
</Box>
<Divider />
<Divider /> */}
<Box className="flex flex-col space-y-4 py-4 w-fit">
<Typography variant="h2" component="h2">
{t('menu.show.actions.title')}:
Expand Down Expand Up @@ -278,7 +278,7 @@ export const ShowMenu = () => {
{t('menu.show.actions.pendencies')}
</Button>
)}
{/* </Box>
{/* </Box>
<Divider />
<Box className="flex justify-center space-x-8"> */}
<Button
Expand Down

0 comments on commit fa0218c

Please sign in to comment.