Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add supplies history #303

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

samiraetc
Copy link

No description provided.

@evertonpavan
Copy link

Ao acessar a página de Histórico de edições acontece o seguinte erro:

error-reduce-pr-303

Uma possível solução, seria adicionar antes da linha 83:

const groupedHistories = groupByDateTime(histories.results);

O seguinte código:

if (!histories || !histories.results) {
    return (
      <div className="flex flex-col h-screen items-center justify-center">
        <p>Nenhum histórico de edição disponível</p>
      </div>
    );
  }

@samiraetc samiraetc marked this pull request as ready for review June 13, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants