Skip to content

Commit

Permalink
lInT
Browse files Browse the repository at this point in the history
  • Loading branch information
dlike230 committed Oct 20, 2019
1 parent ac22cc8 commit 63c57c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions frontend/plan/src/components/schedule/Schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Schedule.propTypes = {
copy: PropTypes.func.isRequired,
remove: PropTypes.func.isRequired,
}),
activeScheduleName: PropTypes.string,
};

const mapStateToProps = state => (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DropdownButton = ({
role="button"
>
<span className="icon is-small">
<i className="far fa-edit" aria-hidden="true"/>
<i className="far fa-edit" aria-hidden="true" />
</span>
</div>
<div
Expand All @@ -40,7 +40,7 @@ const DropdownButton = ({
role="button"
>
<span className="icon is-small">
<i className="far fa-copy" aria-hidden="true"/>
<i className="far fa-copy" aria-hidden="true" />
</span>
</div>
<div
Expand All @@ -49,7 +49,7 @@ const DropdownButton = ({
role="button"
>
<span className="icon is-small">
<i className="fa fa-trash" aria-hidden="true"/>
<i className="fa fa-trash" aria-hidden="true" />
</span>
</div>
</div>
Expand Down Expand Up @@ -104,7 +104,7 @@ const ScheduleSelectorDropdown = ({
aria-controls="dropdown-menu"
>
<span className="icon is-small">
<i className="fa fa-chevron-down" aria-hidden="true"/>
<i className="fa fa-chevron-down" aria-hidden="true" />
</span>
</div>
</div>
Expand Down Expand Up @@ -134,7 +134,7 @@ const ScheduleSelectorDropdown = ({
href="#"
>
<span className="icon is-small">
<i className="fa fa-plus" aria-hidden="true"/>
<i className="fa fa-plus" aria-hidden="true" />
</span>
<span> Add new schedule </span>
</a>
Expand Down

0 comments on commit 63c57c8

Please sign in to comment.