tee3apps-cms-sdk-react 0.0.22 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tee3apps-cms-sdk-react",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "Uses JSON to dynamically generate and render UI pages in a website",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -745,7 +745,7 @@ const TabComponent: React.FC<TabComponentMainProps> = ({ props, deviceMode = 'we
745
745
  };
746
746
  };
747
747
 
748
- const prodrenderTabContent = (tab: TabItem) => {
748
+ const renderTabContent = (tab: TabItem) => {
749
749
  try {
750
750
  if (!tab) {
751
751
  return (