Skip to content

Commit 6cf1f68

Browse files
Update public/elements/tind-refs.jsx
Co-authored-by: maría a. matienzo <73732+anarchivist@users.noreply.github.com>
1 parent e414b54 commit 6cf1f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/elements/tind-refs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function TindRefs () {
5757

5858
const references = parts
5959
.filter(part => part.trim() !== '')
60-
.map(part => parseTindRefference(part));
60+
.map(part => parseTindReference(part));
6161

6262
count = references.length;
6363
return (

0 commit comments

Comments
 (0)