Skip to content

Fix typo in sortBy value: 'date-sort-acending' → 'date-sort-ascending' #727

@coderabbitai

Description

@coderabbitai

Description

A typo was identified in the sortBy configuration value in the DiscoverGuestView component.

Location: src/pageComponents/discover/DiscoverGuestView.tsx, line 21

Current value: "date-sort-acending"
Expected value: "date-sort-ascending"

This typo may cause issues with downstream consumers expecting the correct sort key.

Context

Acceptance Criteria

  • Change sortBy: "date-sort-acending" to sortBy: "date-sort-ascending" in DiscoverGuestView.tsx
  • Verify no other occurrences of this typo exist in the codebase

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions