Skip to content

Commit 56dacdd

Browse files
bracket missing
1 parent a005186 commit 56dacdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/ChatBot/ChunkInfo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
302302
label='View Graph btn'
303303
className={`${loadingGraphView ? 'cursor-wait' : 'cursor-pointer'}`}
304304
onClick={() => handleChunkClick(chunk.element_id, 'Chunk')}
305+
>
305306
<ExploreIcon className='n-size-token-5' />
306307
</IconButtonWithToolTip>
307308
</Flex>

0 commit comments

Comments
 (0)