Skip to content

Commit

Permalink
remove images for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gleasonw authored Mar 31, 2024
1 parent 42e28dd commit 59f40d1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/app/context/client-fetch-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,6 @@ export function DataViewer({ data, isLoading }: DataViewerProps) {
data={record.context}
ark={record.ark}
isLoading={isLoading}
image={
<div>{`Pas d'images pour l'instant... j'ai cassé quelque chose`}</div>
// <ImageSnippet
// ark={record.ark}
// term={record.terms[0]}
// pageNumber={
// getPageNumberFromParams(record.ark) ??
// record.context[0].page_num
// }
// />
}
/>
</Card>
))}
Expand Down

0 comments on commit 59f40d1

Please sign in to comment.