Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove empty lines
  • Loading branch information
ThiefMaster committed May 17, 2019
1 parent d008f61 commit 67c4297
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion indico/modules/rb/client/js/components/RoomSelector.jsx
Expand Up @@ -217,7 +217,6 @@ export default function FinalRoomSelector({name, ...rest}) {
component={RoomSelector}
isEqual={_.isEqual}
{...rest} />

);
}

Expand Down
1 change: 0 additions & 1 deletion indico/web/client/js/react/components/SingleDatePicker.jsx
Expand Up @@ -106,7 +106,6 @@ export function FinalSingleDatePicker({name, ...rest}) {
component={ValuedSingleDatePicker}
isEqual={_.isEqual}
{...rest} />

);
}

Expand Down
Expand Up @@ -158,7 +158,6 @@ export function FinalPrincipalList({name, ...rest}) {
component={PrincipalListField}
isEqual={(a, b) => _.isEqual(a.sort(), b.sort())}
{...rest} />

);
}

Expand Down

0 comments on commit 67c4297

Please sign in to comment.