We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a225b6c + d566fec commit f379b3fCopy full SHA for f379b3f
src/routes/_libraries/partners.tsx
@@ -398,7 +398,9 @@ function RouteComp() {
398
<span>
399
{' '}
400
for{' '}
401
- {search.libraries.length === 1 ? 'library' : 'libraries'}:{' '}
+ {search.libraries.length === 1
402
+ ? 'library'
403
+ : 'libraries'}:{' '}
404
<span className="font-medium">
405
{search.libraries.join(', ')}
406
</span>
0 commit comments