Update PageMenu.tsx
This commit is contained in:
parent
9ccec77634
commit
58195bd2ad
1 changed files with 1 additions and 3 deletions
|
@ -134,9 +134,7 @@ function PageMenuContent({ onClose }: { onClose: () => void }) {
|
|||
draggable={true}
|
||||
>
|
||||
<PageButton>
|
||||
<span id={page.id}>
|
||||
{page.name || 'Page'} - {page.childIndex}
|
||||
</span>
|
||||
<span id={page.id}>{page.name || 'Page'}</span>
|
||||
<DropdownMenu.ItemIndicator>
|
||||
<SmallIcon>
|
||||
<CheckIcon />
|
||||
|
|
Loading…
Reference in a new issue