Skip to content

Commit

Permalink
Don't live in the past, man
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Dec 11, 2023
1 parent 559cd3e commit 25b8a15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import getRevisionChanges from './get-revision-changes';
const DAY_IN_MILLISECONDS = 60 * 60 * 1000 * 24;
const MAX_CHANGES = 7;

function ChangedSummary( { revision, previousRevision, blockNames } ) {
function ChangesSummary( { revision, previousRevision, blockNames } ) {
const changes = getRevisionChanges(
revision,
previousRevision,
Expand Down Expand Up @@ -209,7 +209,7 @@ function RevisionsButtons( {
</time>
) }
{ isSelected && (
<ChangedSummary
<ChangesSummary
blockNames={ blockNames }
revision={ revision }
previousRevision={
Expand Down

0 comments on commit 25b8a15

Please sign in to comment.