digitalfabrik/integreat-app

View on GitHub
web/src/components/JsonLdEvent.tsx

Summary

Maintainability
A
1 hr
Test Coverage
D
68%

Function createJsonLd has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const createJsonLd = (event: EventModel): WithContext<Event> | null => {
  if (!event.location) {
    return null
  }
  const date = event.date
Severity: Minor
Found in web/src/components/JsonLdEvent.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status