diff --git a/packages/react-notion-x/src/components/eoi.tsx b/packages/react-notion-x/src/components/eoi.tsx index d5684e850..a3862890a 100644 --- a/packages/react-notion-x/src/components/eoi.tsx +++ b/packages/react-notion-x/src/components/eoi.tsx @@ -63,8 +63,14 @@ export const EOI: React.FC<{
{title}
- - {(owner || lastUpdated) && ( + {!inline && owner ? ( +
+ {owner} + {lastUpdated && } + {lastUpdated && `Updated ${lastUpdated}`} +
+ ) : null} + {inline && (owner || lastUpdated) && (