diff --git a/components/src/preact/wastewater/mutationsOverTime/wastewater-mutations-over-time.stories.tsx b/components/src/preact/wastewater/mutationsOverTime/wastewater-mutations-over-time.stories.tsx index d6075814..140fa277 100644 --- a/components/src/preact/wastewater/mutationsOverTime/wastewater-mutations-over-time.stories.tsx +++ b/components/src/preact/wastewater/mutationsOverTime/wastewater-mutations-over-time.stories.tsx @@ -49,7 +49,7 @@ export const Default: StoryObj = { height: '700px', lapisFilter: {}, sequenceType: 'nucleotide', - info: '', + info: 'This is a test info', }, parameters: { fetchMock: { diff --git a/components/src/web-components/wastewaterVisualization/gs-wastewater-mutations-over-time.tsx b/components/src/web-components/wastewaterVisualization/gs-wastewater-mutations-over-time.tsx index 87fbae63..a7963504 100644 --- a/components/src/web-components/wastewaterVisualization/gs-wastewater-mutations-over-time.tsx +++ b/components/src/web-components/wastewaterVisualization/gs-wastewater-mutations-over-time.tsx @@ -66,7 +66,6 @@ export class WastewaterMutationsOverTimeComponent extends PreactLitAdapterWithGr /** * Additional information to be shown in the component. * - * Can be a string or an HTMLElement (e.g., a
). */ @property({ type: String }) info: string = '';