Skip to content

Commit

Permalink
Build fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDijkema committed Oct 30, 2024
1 parent 645308c commit 93e4d2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { LoadingScreen } from '../customUI/CustomUI';

/* Props Type */
type Props = {
superClass: SuperClass,
superClass: SuperClass | undefined,
schema: Dict,
GetAnnotations: Function,
GetMASs: Function,
Expand Down

0 comments on commit 93e4d2d

Please sign in to comment.