diff --git a/src/Components/TextInput/index.tsx b/src/Components/TextInput/index.tsx index a71a813..5f6f18a 100644 --- a/src/Components/TextInput/index.tsx +++ b/src/Components/TextInput/index.tsx @@ -12,19 +12,15 @@ const TextInput = ({ }: PropsInputText) => { return (
- - - - - +
); }; diff --git a/src/Pages/Classroom/ClassroomOne/RegistrationList/index.tsx b/src/Pages/Classroom/ClassroomOne/RegistrationList/index.tsx index b46c9f8..4785ee1 100644 --- a/src/Pages/Classroom/ClassroomOne/RegistrationList/index.tsx +++ b/src/Pages/Classroom/ClassroomOne/RegistrationList/index.tsx @@ -48,13 +48,16 @@ const RegistrationListPage = () => {

{classroom?.name}

- { - setFilter(e.target.value); - }} - value={filter} - /> + + + { + setFilter(e.target.value); + }} + value={filter} + /> +
{props?.registrations?.length! > 0 ? (