mirror of
https://github.com/exzork/gc-tools.git
synced 2024-11-21 22:58:25 +00:00
fix
This commit is contained in:
parent
ccdd986967
commit
061e32f74c
@ -66,7 +66,7 @@ export default function Artifacts() {
|
||||
|
||||
const handleMainStatChange = (event: any, value: any) => {
|
||||
if (value !== null) {
|
||||
setSelectedMainStat(value.id);
|
||||
setSelectedMainStat(value.Id);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user