Skip to content

Commit

Permalink
chore(procu): type & double divider (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
OverGlass committed Jun 17, 2024
1 parent a983863 commit b095dc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export default function MandatePersonCard(props: MandatePersonCardProps) {
onSelect={() => props.onSelect?.(x.round.uuid)}
extraText={x.round.name}
/>
<Divider sx={{ mt: MuiSpacing.normal }} />
</>
)}
</Grid>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function MandateFilters({
<TextField
fullWidth
variant="outlined"
placeholder="Rechercher par: prénom, nom, commune..."
placeholder="Rechercher par prénom, nom, commune"
size="small"
InputProps={{
startAdornment: <Iconify icon="eva:search-fill" color={grey[500]} sx={{ mr: 1 }} />,
Expand Down

0 comments on commit b095dc3

Please sign in to comment.