From 8a11abc55e82893a8e33ac6b1a6ceef8ca6942e9 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 24 Apr 2021 15:33:08 -0500 Subject: [PATCH] Fix duplicate category ID --- helpers/categories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/categories.js b/helpers/categories.js index 914d71a..7b7681d 100644 --- a/helpers/categories.js +++ b/helpers/categories.js @@ -104,7 +104,7 @@ export const categories = { }, 'live-production-and-performance': { - id: 10, + id: 11, ...categoryTemplate, label: 'Live Production and Performance', pluralLabel: 'Live Production and Performance Software',