diff --git a/frontend/src/components/sidebar.tsx b/frontend/src/components/sidebar.tsx index 5d1264a..cb2ae5b 100644 --- a/frontend/src/components/sidebar.tsx +++ b/frontend/src/components/sidebar.tsx @@ -122,19 +122,19 @@ export default function Sidebar(props : SidebarProps) { const sortingOptions = [ { - value: 'rating-desc', + value: 'RatingDescending', name: 'Rating (descending)' }, { - value: 'rating-asc', + value: 'RatingAscending', name: 'Rating (ascending)' }, { - value: 'alphabet-asc', + value: 'AlphabetAscending', name: 'Alphabetical (ascending)' }, { - value: 'alphabet-desc', + value: 'AlphabetDescending', name: 'Alphabetical (descending)' } ] \ No newline at end of file