Skip to content

Commit

Permalink
alterado forma de carregamento da lista
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Carlos committed Aug 9, 2023
1 parent cf85c41 commit b195708
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Helpe/Helpe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ export default function Helpe() {
</li>
))
) : (
<li>Carregando...</li>
<li><p>Carregando...</p></li>
);

return (
<>
<div className={styles.main}>
{servicesTypesOptions.length > 0 ? (
{/* {servicesTypesOptions.length > 0 ? ( */}
<ul key={servicesTypesOptions.length}>
{servicesTypesOptions}
</ul>
) : (
{/* ) : (
<p>Nenhum arquivo disponível</p>
)}
)} */}
</div>
</>
);
Expand Down

0 comments on commit b195708

Please sign in to comment.