Add recently viewed docs to dashboard

This commit is contained in:
Tom Moor
2017-06-25 20:32:05 -07:00
parent 93a44e4a4c
commit 86b0966703
7 changed files with 75 additions and 42 deletions

View File

@@ -109,6 +109,7 @@ const ResultsWrapper = styled(Flex)`
innerRef={ref => index === 0 && this.setFirstDocumentRef(ref)}
key={document.id}
document={document}
highlight={this.store.searchTerm}
/>
))}
</ArrowKeyNavigation>