Skip to content

Commit

Permalink
fix(nome)
Browse files Browse the repository at this point in the history
  • Loading branch information
dodocinho committed Sep 10, 2020
1 parent 481da78 commit 31235a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "meucomercio",
"name": "mercadoonline",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"short_name": "Meu Comércio",
"short_name": "Mercado Online",
"name": "Lista de produtos para pequenos comércios",
"icons": [
{
Expand Down
8 changes: 4 additions & 4 deletions src/store/pedidos/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ export const PedidosActionTypes = {
export const INITIAL_STATE_PEDIDOS = {
carrinho: [],
cliente: {
nome: '',
celular: '',
endereco: '',
nome: "",
celular: "",
endereco: "",
},
loading: false,
error: null,
status: {
loading: false,
enviado: false,
salvo: false,
},
Expand Down

0 comments on commit 31235a5

Please sign in to comment.