diff --git a/traque-front/components/team/actionDrawer.jsx b/traque-front/components/team/actionDrawer.jsx index f0e01fb..e574d65 100644 --- a/traque-front/components/team/actionDrawer.jsx +++ b/traque-front/components/team/actionDrawer.jsx @@ -33,7 +33,7 @@ export default function ActionDrawer() {
- { console.log(i) }} /> + { console.log(i) }} /> Capture target
diff --git a/traque-front/components/team/loginForm.jsx b/traque-front/components/team/loginForm.jsx index 20ff93b..0b6276a 100644 --- a/traque-front/components/team/loginForm.jsx +++ b/traque-front/components/team/loginForm.jsx @@ -13,7 +13,7 @@ export default function LoginForm({ onSubmit, title, placeholder, buttonText}) { return (

{title}

- setValue(e.target.value)} name="team-id"/> + setValue(e.target.value)} name="team-id"/> )