fixing 12 gauge format

This commit is contained in:
blaisadmin
2026-03-29 22:56:21 -04:00
parent 289dbb324b
commit b8ed8b94f2
2 changed files with 20 additions and 5 deletions
+2 -2
View File
@@ -117,8 +117,8 @@ const ammoPageSelectionKey = 'arsenal-iq-ammo-page-calibers';
const ammoPageSelectionMigrationKey = 'arsenal-iq-ammo-page-calibers-v2';
const firearmCategories = ['Handgun', 'Rifle', 'Shotgun', 'PCC', 'Other'];
const allFirearmCategoriesLabel = 'All categories';
const defaultCaliberNames = ['9mm', '.22 LR', '5.56 NATO', '.308 Win', '12 Gauge - Birdshot', '12 Gauge - Buckshot', '12 Gauge - Slug', '12 Gauge Sporting', '.45 ACP'];
const boxTrackedCalibers = ['12 Gauge Sporting'];
const defaultCaliberNames = ['9mm', '.22 LR', '5.56 NATO', '.308 Win', '12 Gauge - Birdshot', '12 Gauge - Buckshot', '12 Gauge - Slug', '12 Gauge - Sporting', '.45 ACP'];
const boxTrackedCalibers = ['12 Gauge - Sporting'];
const currency = new Intl.NumberFormat('en-US', {
style: 'currency',