Skip to content

Commit

Permalink
docs(mocks/constants): update docs for file w/ 2 types
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Sep 28, 2022
1 parent 9fbb85b commit 0b5c3e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mocks/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ export const MOCK_ITEMS: EditedItemProps[] = [
lastEditedTime: 129823094,
},
{
// NOTE: This has 2 types - we tiebreak by using the first item in the array.
// NOTE: This has 2 types - we tiebreak by using the first item in the array for the icon.
// For the filtering, it should appear in both.
type: ["nav", "setting"],
name: "a file with two types",
path: ["another", "path"],
Expand Down

0 comments on commit 0b5c3e2

Please sign in to comment.