Skip to content

Commit

Permalink
Removed unecessary eslint overrides per feedback 2
Browse files Browse the repository at this point in the history
  • Loading branch information
christof-wittreich committed Jul 27, 2023
1 parent 1a6f1b0 commit accd3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/js/components/date-selector/date-selector.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/jsx-props-no-spreading */
import React, { useState, useEffect } from 'react';
import PropTypes from 'prop-types';
import DateInputColumn from './date-input-column';
Expand Down

0 comments on commit accd3f6

Please sign in to comment.