Slightly extend typing timer

This commit is contained in:
Thoronium
2023-04-26 14:56:19 -06:00
parent 6e711073ad
commit 26d1df2927

View File

@@ -151,7 +151,7 @@ export class Mods extends React.Component<IProps, IState> {
}, },
this.forceUpdate this.forceUpdate
) )
}, 300) }, 500)
} }
render() { render() {