diff --git a/src/frontend/src/components/inputComponent/index.tsx b/src/frontend/src/components/inputComponent/index.tsx index 67eff6abf..318a21875 100644 --- a/src/frontend/src/components/inputComponent/index.tsx +++ b/src/frontend/src/components/inputComponent/index.tsx @@ -27,7 +27,7 @@ export default function InputComponent({ {display && (
- {title} + {title} {required ? " *" : ""}
)}