Skip to content

Commit 04b2974

Browse files
authored
Update frontend/src/v2/views/PlatformsIndex.vue
1 parent 9e9cefa commit 04b2974

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

frontend/src/v2/views/PlatformsIndex.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,7 @@ onMounted(() => {
277277
}
278278
});
279279
280-
// Fields a search term is matched against. Beyond the display name,
281-
// these are the identifiers a user already knows a platform by: the
282-
// slug used in URLs and provider ids, the folder it lives in on disk,
283-
// and the two group-by axes the list view exposes as columns. Category
284-
// contributes both the raw IGDB value and the prettified label, since
280+
// Category contributes both the raw IGDB value and the prettified label, since
285281
// the label is what the UI shows ("Portable console") while the raw
286282
// value is what the rest of the app stores ("portable_console").
287283
function searchFields(p: Platform): string[] {

0 commit comments

Comments
 (0)