Fix syntax error
This commit is contained in:
parent
b96ba2e0d6
commit
af34cd7eb2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ const ProfilePage = () => {
|
|||
// init selected array
|
||||
const { selected = [] } = profile;
|
||||
const selectedMap = Object.fromEntries(
|
||||
h selected.map((each) => [each.name!, each.now!])
|
||||
selected.map((each) => [each.name!, each.now!])
|
||||
);
|
||||
|
||||
let hasChange = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue