create-mercato-app 0.4.6-develop-a96241c478 → 0.4.6-develop-7722ab3d39

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": "create-mercato-app",
3
- "version": "0.4.6-develop-a96241c478",
3
+ "version": "0.4.6-develop-7722ab3d39",
4
4
  "type": "module",
5
5
  "description": "Create a new Open Mercato application",
6
6
  "main": "./dist/index.js",
@@ -51,7 +51,7 @@ async function fetchProductsNeedingSeo(): Promise<ProductSeoIssue[]> {
51
51
  return issues.slice(0, 5)
52
52
  }
53
53
 
54
- export default function CatalogSeoReportWidget({ }: InjectionWidgetComponentProps) {
54
+ export default function CatalogSeoReportWidget(_props: InjectionWidgetComponentProps) {
55
55
  const t = useT()
56
56
  const [issues, setIssues] = React.useState<ProductSeoIssue[]>([])
57
57
  const [loading, setLoading] = React.useState(true)