Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenrich33 committed Dec 18, 2024
1 parent 7b9069a commit 7f127a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mswHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const mockBoxByLabelIdentifierAndAllProductsWithBaseIdHandler = baseQueryHandler
const box = findBox(labelIdentifier);
const base = devCoordinator.BoxByLabelIdentifierAndAllProductsWithBaseId.baseId[baseId].data.base;

// TODO: why???
// TODO: Revisit this.
box.tags = box.tags.map(tag => ({ ...tag, label: tag.name }))

return HttpResponse.json({
Expand Down

0 comments on commit 7f127a8

Please sign in to comment.