Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mialana committed Oct 3, 2023
1 parent f703cb9 commit 2d5f56b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/plan/components/modals/model_content_generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ export const generateModalInterior = (reduxState) => {
return (
<NameScheduleModalInterior
buttonName="Rename"
existingData={Object.keys(
reduxState.schedule.schedules
)}
existingData={Object.keys(reduxState.schedule.schedules)}
mode="schedule"
/>
);
Expand Down

0 comments on commit 2d5f56b

Please sign in to comment.