mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 14:13:48 +01:00
fix any in PromptManager
This commit is contained in:
parent
aacdde8082
commit
5c3ecb9a23
@ -38,7 +38,7 @@ export function PromptManager(): React.ReactElement {
|
|||||||
setPrompt(null);
|
setPrompt(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
const types: { [key: string]: any } = {
|
const types: { [key: string]: (props: IContentProps) => React.ReactElement } = {
|
||||||
text: PromptMenuText,
|
text: PromptMenuText,
|
||||||
select: PromptMenuSelect,
|
select: PromptMenuSelect,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user