File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Components/Card/CardClassroom
Pages/Classroom/ClassroomOne/MeetingList/Meeting/DataMeeting Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const CardClassroom = ({
80
80
< Row style = { { gap : 16 } } >
81
81
< Row style = { { gap : 8 , alignItems : "center" } } >
82
82
< img src = { pessoas } alt = "" style = { { width : 24 } } />
83
- < p style = { { fontSize : "10px" } } > Participantes : { registrationCount } </ p >
83
+ < p style = { { fontSize : "10px" } } > Matriculados : { registrationCount } </ p >
84
84
</ Row >
85
85
< Column id = "center" >
86
86
< Row >
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const DataMeeting = () => {
90
90
< Padding padding = "16px" />
91
91
< div className = "grid" >
92
92
< div className = "col-12 md:col-6" >
93
- < label > Tema do encontro </ label >
93
+ < label > </ label >
94
94
< TextInput
95
95
name = "theme"
96
96
value = { values . theme }
@@ -114,7 +114,8 @@ const DataMeeting = () => {
114
114
name = "status"
115
115
placerholder = "Status"
116
116
optionsLabel = "name"
117
- options = { status }
117
+ options = { ! props . ArchivesMeeting ? status . filter ( ( i ) => i . id !== Status . APPROVED ) :status }
118
+
118
119
/>
119
120
</ div >
120
121
{ values . status ?. id === Status . REPROVED && < div className = "col-12 md:col-6" >
You can’t perform that action at this time.
0 commit comments