Skip to content

Commit

Permalink
Add JSDoc comment for instantKey property in BASE_SORTING_LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
pdcp1 committed Dec 12, 2024
1 parent 34b8401 commit fb691a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/gatsby-site/src/components/discover/SORTING_LISTS.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { faCalendarAlt } from '@fortawesome/free-solid-svg-icons';
import config from '../../../config';

/**
* @property {string} instantKey - This field is used to generate the instant search key for each language
*/
const BASE_SORTING_LIST = [
{
default: true,
Expand Down

0 comments on commit fb691a0

Please sign in to comment.