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!
This commit is contained in:
Emi Matchu 2020-08-27 22:33:32 -07:00
parent 136df9d2a2
commit 4a6a48ccd1
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ function ItemLayerSupportModal({
<ModalCloseButton />
<ModalBody>
<Metadata>
<MetadataLabel>Item ID:</MetadataLabel>
<MetadataLabel>DTI ID:</MetadataLabel>
<MetadataValue>{itemLayer.id}</MetadataValue>
<MetadataLabel>Neopets ID:</MetadataLabel>
<MetadataValue>{itemLayer.remoteId}</MetadataValue>

View file

@ -76,7 +76,7 @@ function ItemSupportDrawer({ item, isOpen, onClose }) {
</DrawerHeader>
<DrawerBody paddingBottom="5">
<Metadata>
<MetadataLabel>DTI ID:</MetadataLabel>
<MetadataLabel>Item ID:</MetadataLabel>
<MetadataValue>{item.id}</MetadataValue>
</Metadata>
<Stack spacing="8" marginTop="6">