Skip to content

Commit 51b510f

Browse files
committed
test for demoing
1 parent 7e32352 commit 51b510f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wp-react-lib/src/template-parts/Content.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ const translate = (str, locale = "en") => {
4444
const Content = (props) => {
4545
const [showContentEnabled, setShowContentEnabled] = React.useState(false);
4646

47+
48+
4749
React.useEffect(() => {
4850
if (props.onLoad) {
4951
props.onLoad();

0 commit comments

Comments
 (0)