Skip to content

Commit

Permalink
Fixing an issue with the countdown expired preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Dec 4, 2024
1 parent 53e6743 commit ad4a42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/countdown/countdown-inner/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function KadenceCountdownInner(props) {
<div {...blockProps}>
<InnerBlocks
templateLock={false}
renderAppender={hasChildBlocks ? undefined : () => <InnerBlocks.ButtonBlockAppender />}
renderAppender={hasChildBlocks ? undefined : InnerBlocks.ButtonBlockAppender}
/>
</div>
);
Expand Down

0 comments on commit ad4a42d

Please sign in to comment.