remove unused
linter
This commit is contained in:
parent
dd55c5a9f9
commit
c7d02deaf8
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ class SchedulesPage extends React.Component<SchedulesPageProps, SchedulesPageSta
|
|||
query: { id },
|
||||
} = this.props;
|
||||
|
||||
if (!id) return;
|
||||
if (!id) {return;}
|
||||
|
||||
const isNewSchedule = id === 'new';
|
||||
let scheduleId = undefined;
|
||||
|
|
@ -172,7 +172,7 @@ class SchedulesPage extends React.Component<SchedulesPageProps, SchedulesPageSta
|
|||
errorData={errorData}
|
||||
objectName="schedule"
|
||||
pageName="schedules"
|
||||
itemNotFoundMessage={`Schedule with id=${query?.id} is not found. Please select schedule from the list. [AAAA]`}
|
||||
itemNotFoundMessage={`Schedule with id=${query?.id} is not found. Please select schedule from the list.`}
|
||||
>
|
||||
{() => (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue