From 9b16cb8f913522f700d4a7f9d9870c738cfaebce Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 22 Feb 2021 19:24:33 -0800 Subject: [PATCH] [WIP] Add PB field to NC support tool Just for clarity! --- src/app/ItemPageLayout.js | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/src/app/ItemPageLayout.js b/src/app/ItemPageLayout.js index 67c48de..a82b0d4 100644 --- a/src/app/ItemPageLayout.js +++ b/src/app/ItemPageLayout.js @@ -221,19 +221,7 @@ function ItemKindBadgeWithSupportTools({ item }) { - - Support - - - - Rarity: - - - {item.rarityIndex} ( - {isNcAutoDetectedFromRarity ? "NC" : "not NC"}) - - NC: @@ -244,11 +232,33 @@ function ItemKindBadgeWithSupportTools({ item }) { value={item.isManuallyNc ? "true" : "false"} > - + + + + PB: + + + + + Support +