Skip to content

Commit

Permalink
fixes in class
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 3, 2023
1 parent 808080b commit 555e5fe
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
"editor.formatOnSave": true,
"files.autoSave": "onFocusChange"
}
1 change: 1 addition & 0 deletions src/pedido/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { getPedidosPendientes } from './service'
export const PedidoComponent = () => {

const [pedidosPendientes, setPedidosPendientes] = useState([])

const toast = useRef(null)

useEffect(() => {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 555e5fe

Please sign in to comment.