no log: Fix issues

This commit is contained in:
LASER-Yi 2021-08-23 11:40:19 +08:00
parent 1f3e499f3d
commit e940fbb16d

View file

@ -170,7 +170,7 @@ const MovieDetailView: FunctionComponent<Props> = ({ match }) => {
<ItemOverview item={item} details={[]}></ItemOverview>
</Row>
<Row>
<Table movie={item} profile={profile}></Table>
<Table movie={item} profile={profile} disabled={hasTask}></Table>
</Row>
<ItemEditorModal
modalKey="edit"