Skip to content

Commit

Permalink
Replace deprecated type
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Oct 31, 2023
1 parent 4773a67 commit dcf0a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import RecordMainCategorySection from '../../../Views/Records/RecordMain/RecordM
import { pure, wrappable } from '../../../Utils/ComponentUtils';
import { getId, getLabel } from '../../../Utils/CategoryUtils';

/** @type {React.StatelessComponent} */
/** @type {React.FunctionComponent} */
let RecordMainSection$;

const RecordMainSection = ({
Expand Down

0 comments on commit dcf0a22

Please sign in to comment.