mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix duplicate category ID
This commit is contained in:
parent
96b9a7ca6f
commit
8a11abc55e
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export const categories = {
|
||||||
},
|
},
|
||||||
|
|
||||||
'live-production-and-performance': {
|
'live-production-and-performance': {
|
||||||
id: 10,
|
id: 11,
|
||||||
...categoryTemplate,
|
...categoryTemplate,
|
||||||
label: 'Live Production and Performance',
|
label: 'Live Production and Performance',
|
||||||
pluralLabel: 'Live Production and Performance Software',
|
pluralLabel: 'Live Production and Performance Software',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue