Commit para salvar estado funcional do projeto antes das modificações no package.json

pull/1/head
adriano 2022-01-21 15:47:23 -03:00
parent fcc035fae4
commit 2e0cba0cf9
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ const verifyQueue = async (
let selectedOption;
let choosenQueue;
//apagar essa gambiarra e ativar as 2 linhas acima thuanny
//thuanny
if (queues.length === 1){
selectedOption = 1;
choosenQueue = queues[+selectedOption - 1];

View File

@ -220,7 +220,7 @@ const LoggedInLayout = ({ children }) => {
className={classes.title}
>
GRUPO HIT
BETA GRUPO
</Typography>
{user.id && <NotificationsPopOver />}