diff --git a/client/src/templates/Challenges/classic/show.tsx b/client/src/templates/Challenges/classic/show.tsx index 02c0671a02..04ebd09bc2 100644 --- a/client/src/templates/Challenges/classic/show.tsx +++ b/client/src/templates/Challenges/classic/show.tsx @@ -103,6 +103,7 @@ interface ShowClassicProps { updateChallengeMeta: (arg0: ChallengeMeta) => void; openModal: (modal: string) => void; setEditorFocusability: (canFocus: boolean) => void; + previewMounted: () => void; } interface ShowClassicState { @@ -375,7 +376,7 @@ class ShowClassic extends Component { ); }