Skip to content

Commit

Permalink
Inclusão de validação no código para exibir o número conectado
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Dec 24, 2022
1 parent 6bbd2f0 commit 9118659
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/pages/Connections/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,12 @@ const Connections = () => {
{renderStatusToolTips(whatsApp)}
</TableCell>
<TableCell align="center">
{whatsApp.number ? (
<>
+{whatsApp.number}
</>
) : "-"}

</TableCell>
<TableCell align="center">
{renderActionButtons(whatsApp)}
Expand Down

0 comments on commit 9118659

Please sign in to comment.