Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Fix react console error
Browse files Browse the repository at this point in the history
Fix minor react content error due to incorrect prop key name
  • Loading branch information
wpalani committed Dec 5, 2023
1 parent 5aec6fd commit 63da148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/performance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const PerformancePage = () => {
<Container className={ 'wppbh-app-settings-container' }>
<Container.Header
title={ __( 'Performance', 'wp-plugin-bluehost' ) }
subTitle={ __(
description={ __(
'This is where you can manage cache settings for your website.',
'wp-plugin-bluehost'
) }
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Settings = () => {
<Container className={ 'wppbh-app-settings-container' }>
<Container.Header
title={ __( 'Settings', 'wp-plugin-bluehost' ) }
subTitle={ __(
description={ __(
'This is where you can manage common settings for your website.',
'wp-plugin-bluehost'
) }
Expand Down

0 comments on commit 63da148

Please sign in to comment.