mirror of
https://github.com/jetkvm/kvm.git
synced 2025-09-16 08:38:14 +00:00
fix: compiler error (#743)
Using { send } gives the resp a type instead of any
This commit is contained in:
parent
0651faeceb
commit
9d40263eed
@ -30,7 +30,7 @@ export function JigglerSetting({
|
||||
},
|
||||
);
|
||||
|
||||
const [send] = useJsonRpc();
|
||||
const { send } = useJsonRpc();
|
||||
const [timezones, setTimezones] = useState<string[]>([]);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user