Argh got comment naming off

This commit is contained in:
Tom Coleman 2022-09-30 14:36:30 +10:00
parent 9cf3aa2514
commit 469b569311

View File

@ -5,7 +5,7 @@
import React from 'react';
import PropTypes from 'prop-types';
// deepscan-ignore-next-line
// deepscan-disable-next-line
const withStyles = (themeFn) => (Comp) => Comp;
class Alert extends React.Component {