Skip to content

Commit

Permalink
Update packages/sanity/src/core/form/inputs/ReferenceInput/ReferenceP…
Browse files Browse the repository at this point in the history
…review.tsx

Co-authored-by: Robin Pyon <[email protected]>
  • Loading branch information
ninaandal and robinpyon authored Oct 30, 2023
1 parent 2707531 commit fd67119
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,9 @@ export function ReferencePreview(props: {
content={
<Box padding={2}>
<Text size={1}>
<Text size={1}>
{preview.draft?._updatedAt
? `Edited ${timeSinceEdited}`
: 'No unpublished edits'}
</Text>
{preview.draft?._updatedAt
? `Edited ${timeSinceEdited}`
: 'No unpublished edits'}
</Text>
</Box>
}
Expand Down

0 comments on commit fd67119

Please sign in to comment.