Compare commits

..

1 Commits

Author SHA1 Message Date
Alex Ballas 868caf4c9a
Merge df6c97263b into 8527b1eff1 2025-08-21 18:03:21 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export function JigglerSetting({
},
);
const { send } = useJsonRpc();
const [send] = useJsonRpc();
const [timezones, setTimezones] = useState<string[]>([]);
useEffect(() => {