Skip to content

Commit 0108dcf

Browse files
authored
Update committee.js
1 parent 7c85dd8 commit 0108dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/committee.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function Committee({ committeeData = {} }) {
5858
};
5959

6060
// -----------------------------
61-
// Reusable renderer
61+
// Reusable renderer
6262
// -----------------------------
6363
const renderCards = (list = []) =>
6464
list.map((member, idx) => (

0 commit comments

Comments
 (0)