Some small tidying up (#9149)
* Remove stale comment * Fix typing * Install katex type definitions
This commit is contained in:
committed by
GitHub
parent
eb2e61e9cf
commit
5fbeb20df8
@@ -157,7 +157,7 @@ interface IScreen {
|
||||
params?: QueryDict;
|
||||
}
|
||||
|
||||
interface IProps { // TODO type things better
|
||||
interface IProps {
|
||||
config: IConfigOptions;
|
||||
serverConfig?: ValidatedServerConfig;
|
||||
onNewScreen: (screen: string, replaceLast: boolean) => void;
|
||||
|
||||
Reference in New Issue
Block a user