Skip to content

Commit

Permalink
💫 Minor: Types - Add Missing Type in ModalView
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 9, 2023
1 parent 8a8ec94 commit 0469d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModalView/ModalView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class ModalView extends
private emitter: ModalViewEventEmitter;


constructor(props) {
constructor(props: ModalViewProps) {
super(props);

this.emitter = new TSEventEmitter();
Expand Down

0 comments on commit 0469d00

Please sign in to comment.