Skip to content

Commit

Permalink
Deploy New Version 1.1.2 in production
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfariakof committed Dec 12, 2023
1 parent 0a83f19 commit c60ad98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Categorias.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const Categorias: React.FC = () => {
return () => {
window.removeEventListener("resize", handleResize);
};
}, []);
});

const initializeCategorias = (): void => {
if (values.idTipoCategoria === 0) {
Expand Down

0 comments on commit c60ad98

Please sign in to comment.