Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Sep 30, 2022
1 parent 469b569 commit 0a3599b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`react component properties 9023-js-hoc 1`] = `

/* eslint-disable react/prefer-stateless-function */
import React from 'react';
import PropTypes from 'prop-types'; // deepscan-ignore-next-line
import PropTypes from 'prop-types'; // deepscan-disable-next-line

const withStyles = themeFn => Comp => Comp;

Expand Down

0 comments on commit 0a3599b

Please sign in to comment.