Skip to content

Commit 2baa57e

Browse files
committed
Fix BOM encoding issue in header.js
1 parent 0fd930d commit 2baa57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/components/header/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable react/no-array-index-key */
1+
/* eslint-disable react/no-array-index-key */
22
import "./index.css";
33

44
import PropTypes from "prop-types";

0 commit comments

Comments
 (0)