fix: incorrect ordering of relicQualitySuffixes
All checks were successful
Build / build (pull_request) Successful in 1m15s
All checks were successful
Build / build (pull_request) Successful in 1m15s
This commit is contained in:
parent
9d034824f7
commit
8258bcf3ea
@ -64,9 +64,9 @@ interface ItemLists {
|
|||||||
|
|
||||||
const relicQualitySuffixes: Record<TRelicQuality, string> = {
|
const relicQualitySuffixes: Record<TRelicQuality, string> = {
|
||||||
VPQ_BRONZE: "",
|
VPQ_BRONZE: "",
|
||||||
VPQ_SILVER: " [Flawless]",
|
VPQ_SILVER: " [Exceptional]",
|
||||||
VPQ_GOLD: " [Radiant]",
|
VPQ_GOLD: " [Flawless]",
|
||||||
VPQ_PLATINUM: " [Exceptional]"
|
VPQ_PLATINUM: " [Radiant]"
|
||||||
};
|
};
|
||||||
|
|
||||||
/*const toTitleCase = (str: string): string => {
|
/*const toTitleCase = (str: string): string => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user