Skip to content

Commit

Permalink
fix: ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Holland committed May 9, 2024
1 parent d8fba21 commit 91b1e1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Modal/ModalHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React from 'react';
import { ModalHeader as RsModalHeader } from 'reactstrap';

const ModalHeader = ({...props}) => (
<RsModalHeader tag="h2" {...props}/>
)
const ModalHeader = ({ ...props }) => <RsModalHeader tag="h2" {...props} />;

export default ModalHeader;

0 comments on commit 91b1e1d

Please sign in to comment.