Merge branch 'preview' of github.com:makeplane/plane into develop
This commit is contained in:
commit
efaba43494
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ export const PagesListItem: FC<IPagesListItem> = observer(({ pageId, projectId }
|
||||||
)}
|
)}
|
||||||
<Tooltip
|
<Tooltip
|
||||||
position="top-right"
|
position="top-right"
|
||||||
tooltipContent={`Created by ${ownerDetails?.member.display_name} on ${renderFormattedDate(
|
tooltipContent={`Created by ${ownerDetails?.member?.display_name} on ${renderFormattedDate(
|
||||||
created_at
|
created_at
|
||||||
)}`}
|
)}`}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue