Skip to content

Commit

Permalink
feat(components): fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Jan 23, 2025
1 parent a9f8c09 commit 34ec4bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const Default: StoryObj<WastewaterMutationsOverTimeProps> = {
height: '700px',
lapisFilter: {},
sequenceType: 'nucleotide',
info: '',
info: 'This is a test info',
},
parameters: {
fetchMock: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <div>).
*/
@property({ type: String })
info: string = '';
Expand Down

0 comments on commit 34ec4bb

Please sign in to comment.