Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teodosii committed Jun 14, 2024
1 parent 1131300 commit ef0b934
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions grafana-plugin/src/containers/Rotations/Rotations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,7 @@ class _Rotations extends Component<RotationsProps, RotationsState> {
});
};

handleAddLayer = (
layerPriority: number,
shiftStart?: dayjs.Dayjs,
shiftEnd?: dayjs.Dayjs,
) => {
handleAddLayer = (layerPriority: number, shiftStart?: dayjs.Dayjs, shiftEnd?: dayjs.Dayjs) => {
const { disabled } = this.props;

if (disabled) {
Expand Down

0 comments on commit ef0b934

Please sign in to comment.