We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8527b1e commit bb87fb5Copy full SHA for bb87fb5
ui/src/components/JigglerSetting.tsx
@@ -30,7 +30,7 @@ export function JigglerSetting({
30
},
31
);
32
33
- const [send] = useJsonRpc();
+ const { send } = useJsonRpc();
34
const [timezones, setTimezones] = useState<string[]>([]);
35
36
useEffect(() => {
0 commit comments