ywana-core8 0.0.82 → 0.0.83

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": "ywana-core8",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@ export const ContentEditor = ({ content, filter, onChange }) => {
18
18
  return (
19
19
  <div className='content-editor'>
20
20
  {sections
21
- .filter(section => section.fields && 0 < section.fileds.length)
21
+ .filter(section => section.fields && 0 < section.fields.length)
22
22
  .map((section) => {
23
23
  const { title, fields } = section
24
24
  return (