Skip to content

Commit

Permalink
fix: comentarios
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 11, 2022
1 parent d0d3696 commit 5a9c087
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/pages/Barbeiro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,6 @@ export function Barbeiro() {
<Agenda />
</Modal>

{/* {!verificaHorarioDeTrabalho() && (
<div className={styles.containerAlert}>
<Alert
title="Vi que você não tem horários cadastrados no seu perfil. Clique aqui para adicionar"
warning
onClick={() => {
navigate('/barbeiro/agenda');
}}
/>
</div>
)} */}

<div className={styles.containerHorarioAgendados}>
<h2 className={styles.titleHome}>Horários agendados</h2>
<p className={styles.infoText}>
Expand Down

0 comments on commit 5a9c087

Please sign in to comment.