Skip to content

Commit 9acab07

Browse files
committed
nit: nolint max-len
1 parent a6504fe commit 9acab07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ export const RecordPanel: React.FC<RecordDrawerProps> = ({
377377
<Text id="partial-flow-text" component={TextVariants.p}>
378378
<InfoCircleIcon className="record-panel-warning" />
379379
{t(
380+
// eslint-disable-next-line max-len
380381
'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.'
381382
)}
382383
</Text>

0 commit comments

Comments
 (0)