Skip to content

Commit f379b3f

Browse files
committed
2 parents a225b6c + d566fec commit f379b3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/_libraries/partners.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,9 @@ function RouteComp() {
398398
<span>
399399
{' '}
400400
for{' '}
401-
{search.libraries.length === 1 ? 'library' : 'libraries'}:{' '}
401+
{search.libraries.length === 1
402+
? 'library'
403+
: 'libraries'}:{' '}
402404
<span className="font-medium">
403405
{search.libraries.join(', ')}
404406
</span>

0 commit comments

Comments
 (0)