setIsMakeEnabled(false)}
- type="make"
- />
- {[...hints]
- .reverse()
- .map(({ id, hintCode, contents, answer, progress }) => (
-
- handleModify(id)}
- />
- closeModify(id)}
- type="modify"
- hintData={{ hintCode, contents, answer, progress }}
- />
-
- ))}
-
-