Commit para salvar estado funcional do projeto antes das modificações no package.json
parent
fcc035fae4
commit
2e0cba0cf9
|
@ -160,7 +160,7 @@ const verifyQueue = async (
|
||||||
let selectedOption;
|
let selectedOption;
|
||||||
let choosenQueue;
|
let choosenQueue;
|
||||||
|
|
||||||
//apagar essa gambiarra e ativar as 2 linhas acima thuanny
|
//thuanny
|
||||||
if (queues.length === 1){
|
if (queues.length === 1){
|
||||||
selectedOption = 1;
|
selectedOption = 1;
|
||||||
choosenQueue = queues[+selectedOption - 1];
|
choosenQueue = queues[+selectedOption - 1];
|
||||||
|
|
|
@ -220,7 +220,7 @@ const LoggedInLayout = ({ children }) => {
|
||||||
className={classes.title}
|
className={classes.title}
|
||||||
>
|
>
|
||||||
|
|
||||||
GRUPO HIT
|
BETA GRUPO
|
||||||
|
|
||||||
</Typography>
|
</Typography>
|
||||||
{user.id && <NotificationsPopOver />}
|
{user.id && <NotificationsPopOver />}
|
||||||
|
|
Loading…
Reference in New Issue