no log: Fix issues

pull/1515/head v0.9.8-beta.7
LASER-Yi 3 years ago
parent 1f3e499f3d
commit e940fbb16d

@ -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"

Loading…
Cancel
Save