Skip to content

Commit 2752c7d

Browse files
committed
format
1 parent 160bd8c commit 2752c7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/src/components/drawer/record/record-panel.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,9 @@ export const RecordPanel: React.FC<RecordDrawerProps> = ({
376376
{isPartialFlow && (
377377
<Text id="partial-flow-text" component={TextVariants.p}>
378378
<InfoCircleIcon className="record-panel-warning" />
379-
{t('This is a partial flow: it contains only enrichment data and is missing some basic information such as byte and packet counters, TCP flags or MAC addresses. This information can likely be found in adjacent flows.')}
379+
{t(
380+
'This is a partial flow: it contains only enrichment data and is missing some basic information such as byte and packet counters, TCP flags or MAC addresses. This information can likely be found in adjacent flows.'
381+
)}
380382
</Text>
381383
)}
382384
<Accordion asDefinitionList={false}>

0 commit comments

Comments
 (0)