Skip to content

Commit

Permalink
Merge pull request fga-eps-mds#35 from fga-eps-mds/hotfix/#196-tipo-s…
Browse files Browse the repository at this point in the history
…anguineo-nenhum

(#196) remove tipo sanguineo nenhum
  • Loading branch information
HenriqueAmorim20 authored Nov 22, 2023
2 parents 66bffd5 + 0d8f339 commit a140b66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/private/pages/cadastrarIdoso.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export default function CadastrarIdoso() {
};

const data = [
{ key: null, value: "Nenhum" },
{ key: ETipoSanguineo.A_POSITIVO, value: ETipoSanguineo.A_POSITIVO },
{ key: ETipoSanguineo.A_NEGATIVO, value: ETipoSanguineo.A_NEGATIVO },
{ key: ETipoSanguineo.B_POSITIVO, value: ETipoSanguineo.B_POSITIVO },
Expand Down
1 change: 0 additions & 1 deletion src/app/private/pages/editarIdoso.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export default function EditarIdoso() {
};

const data = [
{ key: null, value: "Nenhum" },
{ key: ETipoSanguineo.A_POSITIVO, value: ETipoSanguineo.A_POSITIVO },
{ key: ETipoSanguineo.A_NEGATIVO, value: ETipoSanguineo.A_NEGATIVO },
{ key: ETipoSanguineo.B_POSITIVO, value: ETipoSanguineo.B_POSITIVO },
Expand Down

0 comments on commit a140b66

Please sign in to comment.