mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 03:25:44 +02:00
all the lints
This commit is contained in:
@@ -26,7 +26,7 @@ function randomize(char: string): string {
|
||||
return randFrom(other);
|
||||
}
|
||||
|
||||
export function CorruptableText(props: IProps) {
|
||||
export function CorruptableText(props: IProps): JSX.Element {
|
||||
const [content, setContent] = useState(props.content);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user