diff --git a/src/renderer/src/components/ShotcutForm.tsx b/src/renderer/src/components/ShotcutForm.tsx index 7c765d1..c9d70cb 100644 --- a/src/renderer/src/components/ShotcutForm.tsx +++ b/src/renderer/src/components/ShotcutForm.tsx @@ -85,7 +85,7 @@ export function ShotcutForm({ onSubmit }: ShotcutFormProps) { - {form.values.links.map((link, index) => ( + {form.values.links.map((_, index) => (