Commit b24b77ec authored by marsandheart's avatar marsandheart

节点七的图片分成两个,fix lint

parent 63b43d50
......@@ -54,7 +54,7 @@ export default function(props) {
};
const clickChecked = () => {
if (!needCheck || (needCheck && playStatus!== '3')) {
if (!needCheck || (needCheck && playStatus !== '3')) {
return;
}
setChecked(questionId, !checked);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment