Skip to content

Commit

Permalink
update: add ts-ignore to address github warning
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Aug 2, 2023
1 parent d934a91 commit 4d692ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ParametersMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function ParametersMenu(props: ParametersMenuProps) {
className="inverse stepper cell-repetitions"
id={`repetitionsAlongLatticeVector${label}`}
value={
// @ts-ignore
(viewerSettings as { [key: string]: any })[

Check warning on line 71 in src/components/ParametersMenu.tsx

View workflow job for this annotation

GitHub Actions / run-tests

Unexpected any. Specify a different type
`repetitionsAlongLatticeVector${label}`
]
Expand Down

0 comments on commit 4d692ed

Please sign in to comment.