Skip to content

Commit f190576

Browse files
message check
1 parent 7461aa1 commit f190576

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/src/components/Graph/GraphViewModal.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,14 @@ const GraphViewModal: React.FunctionComponent<GraphViewModalProps> = ({
363363
>
364364
<Dialog.Header htmlAttributes={{ id: 'graph-title' }}>
365365
{headerTitle}
366-
{viewPoint !== graphLabels.chatInfoView ||
367-
(viewPoint === graphLabels.showSchemaView && (
366+
{viewPoint !== graphLabels.chatInfoView && (
368367
<div style={{ display: 'flex', alignItems: 'center' }}>
369368
<span>
370369
<InformationCircleIconOutline className='n-size-token-6' />
371370
</span>
372371
<span className='n-body-small ml-1'>{graphLabels.chunksInfo}</span>
373372
</div>
374-
))}
373+
)}
375374
<Flex className='w-full' alignItems='center' flexDirection='row'>
376375
{checkBoxView && (
377376
<CheckboxSelection

0 commit comments

Comments
 (0)