From 1173bdd4744ab6d9e046b68f0773ecdff7def96a Mon Sep 17 00:00:00 2001 From: Will Lachance Date: Tue, 14 Sep 2021 13:03:26 -0400 Subject: [PATCH] Fix app id page (#830) It broke without us noticing :( End-to-end testing for this project may have caught this: https://github.com/mozilla/glean-dictionary/issues/697 --- src/data/schemas.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/schemas.js b/src/data/schemas.js index 41b42c161..0bce9108b 100644 --- a/src/data/schemas.js +++ b/src/data/schemas.js @@ -56,7 +56,6 @@ export const APPLICATION_ID_DEFINITION_SCHEMA = [ type: "list", helpText: "List of library dependencies that this application id depends on.", - valueFormatter: (item) => item.join(", "), }, ];