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.
1 parent 072ff0e commit dede516Copy full SHA for dede516
web/app/routes/_app.search._index.tsx
@@ -290,7 +290,7 @@ export default function SearchIndex() {
290
<span>{expandedHistoryRefs[historyKey] ? '▼' : '▶'}</span>
291
<span>References ({result.references.length})</span>
292
</button>
293
-
+
294
{expandedHistoryRefs[historyKey] && (
295
<div className='mt-3 space-y-3'>
296
{result.references.map((ref, refIdx) => {
0 commit comments