Skip to content

Commit

Permalink
feat: add pages card cliente isVerified
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Jan 10, 2023
1 parent 411e895 commit 9b32ed0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/History/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ export function History() {
key={cliente.cliente.cdUsuario}
cliente={cliente}
data
isVerified={
cliente.situacaoAgendamento
.deSituacaoAgendamento === 'EXECUTADO'
}
/>
</div>
</>
Expand Down

0 comments on commit 9b32ed0

Please sign in to comment.