From 4a6a48ccd1650a785ed6f53250c0665d7208135f Mon Sep 17 00:00:00 2001 From: Matchu Date: Thu, 27 Aug 2020 22:33:32 -0700 Subject: [PATCH] fix typos in item/layer support tools Oops, I goofed up a fix to "Item ID" and "DTI ID" one time, and was labeling layer IDs as item IDs! Fixed! --- src/app/WardrobePage/support/ItemLayerSupportModal.js | 2 +- src/app/WardrobePage/support/ItemSupportDrawer.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/WardrobePage/support/ItemLayerSupportModal.js b/src/app/WardrobePage/support/ItemLayerSupportModal.js index 23406d3..68ce8ef 100644 --- a/src/app/WardrobePage/support/ItemLayerSupportModal.js +++ b/src/app/WardrobePage/support/ItemLayerSupportModal.js @@ -131,7 +131,7 @@ function ItemLayerSupportModal({ - Item ID: + DTI ID: {itemLayer.id} Neopets ID: {itemLayer.remoteId} diff --git a/src/app/WardrobePage/support/ItemSupportDrawer.js b/src/app/WardrobePage/support/ItemSupportDrawer.js index 243d18f..71ca9cf 100644 --- a/src/app/WardrobePage/support/ItemSupportDrawer.js +++ b/src/app/WardrobePage/support/ItemSupportDrawer.js @@ -76,7 +76,7 @@ function ItemSupportDrawer({ item, isOpen, onClose }) { - DTI ID: + Item ID: {item.id}