Skip to content

Remove Non-null Assertions in Options #111

@chase-manning

Description

@chase-manning

In Options.tsx we do some non-null assertions which lint complains about.
As a temporary fix we have added // eslint-disable-next-line @typescript-eslint/no-non-null-assertion before these lines.
Instead though we should remove these comments, and actually remove the assertion properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    technicaltechnical improvements to code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions