Skip to content

Commit 1a1ea65

Browse files
committed
minor syntax update
1 parent afa2511 commit 1a1ea65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Diff.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
33
import { diff, formatters } from 'jsondiffpatch';
44
import ReactHtmlParser from 'react-html-parser';
55

6-
import { useStoreContext } from '../store';
6+
import { useStoreContext } from '../store'
77

88
function Diff({ snapshot, show }) {
99
const [mainState] = useStoreContext();

0 commit comments

Comments
 (0)