From c3205810d1e13057bf817b94316066585cfb4a7f Mon Sep 17 00:00:00 2001 From: aericio <16523741+Aericio@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:15:36 -1000 Subject: [PATCH] Add generic fallback for ingredient suffix --- src/components/checklist/CategoryItem.jsx | 14 ++++------- src/components/checklist/ItemComponent.jsx | 23 ++++++++++--------- .../checklist/ItemGeneralInfoTooltip.jsx | 3 ++- 3 files changed, 19 insertions(+), 21 deletions(-) diff --git a/src/components/checklist/CategoryItem.jsx b/src/components/checklist/CategoryItem.jsx index 4293c48..80f9486 100644 --- a/src/components/checklist/CategoryItem.jsx +++ b/src/components/checklist/CategoryItem.jsx @@ -55,8 +55,7 @@ function CategoryItem({ name, item }) { rank, item.maxLvl ) - } - > + }> {rank} ); @@ -67,19 +66,17 @@ function CategoryItem({ name, item }) { - + {item.relics && ( )} - } - > + }>
+ })}>