Enhance SheetHeader
component: add error handling, implement loading states, support conditional rendering for attributes, and improve state management with useCallback
.
This commit is contained in:
@@ -61,19 +61,23 @@
|
||||
}
|
||||
],
|
||||
"attributeAdjustmentSelected": "ATTR_3",
|
||||
"ae": 0,
|
||||
"kp": 0,
|
||||
"lp": 0,
|
||||
"ae": 15,
|
||||
"kp": 15,
|
||||
"lp": 15,
|
||||
"sp": 2,
|
||||
"permanentAE": {
|
||||
"lost": 0,
|
||||
"lost": 3,
|
||||
"redeemed": 0
|
||||
},
|
||||
"permanentKP": {
|
||||
"lost": 0,
|
||||
"lost": 2,
|
||||
"redeemed": 0
|
||||
},
|
||||
"permanentLP": {
|
||||
"lost": 0
|
||||
"lost": 12
|
||||
},
|
||||
"permanentSP": {
|
||||
"lost": 1
|
||||
}
|
||||
},
|
||||
"activatable": {
|
||||
|
Reference in New Issue
Block a user