|
|
|
@ -11,7 +11,7 @@ import './index.css'
|
|
|
|
|
|
|
|
|
|
const ACCEPT = 3
|
|
|
|
|
const REFUSE = 4
|
|
|
|
|
export default ({ confirm, item, showNotification, replySuccess, isStudent, isAdmin, homework_status, callback, is_author, commentIndex, onDelete }) => {
|
|
|
|
|
export default ({ confirm, item, showNotification, replySuccess, isStudent, isAdmin, homework_status, is_author, commentIndex, onDelete }) => {
|
|
|
|
|
|
|
|
|
|
const [data, setData] = useState({
|
|
|
|
|
value: '',
|
|
|
|
|