mirror of
https://github.com/exzork/gc-tools.git
synced 2024-11-22 07:08:12 +00:00
fix main stat undefined
This commit is contained in:
parent
96cf7c3f8b
commit
51552e881f
@ -63,7 +63,7 @@ export default function Artifacts() {
|
|||||||
|
|
||||||
const handleMainStatChange = (event: any, value: any) => {
|
const handleMainStatChange = (event: any, value: any) => {
|
||||||
if (value !== null) {
|
if (value !== null) {
|
||||||
setSelectedMainStat(value.Id);
|
setSelectedMainStat(value.id);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user