mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 11:13:48 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -30,7 +30,7 @@ export function Prompt({
|
||||
[onResult, value],
|
||||
);
|
||||
|
||||
const id = 'prompt.form.' + useRef(generateId()).current;
|
||||
const id = `prompt.form.${useRef(generateId()).current}`;
|
||||
|
||||
return (
|
||||
<form
|
||||
|
||||
Reference in New Issue
Block a user