@@ -22,7 +22,7 @@
.endBtn{
position: fixed;
left: 50%;
- top: 16px;
+ bottom: 16px;
width: 120px;
height: 40px;
margin-left: -70px;
@@ -83,7 +83,7 @@ export const mappingVoicePart = (id: number | string, soruce: "GYM" | "COLEXIU"
Piano: 150,
1: 120,
}
- return subject[id];
+ return subject[id] || 0;
return 0;
};