We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49940e commit 6ae2447Copy full SHA for 6ae2447
frontend/src/components/Topics/Topic/Messages/Filters/InfoModal.tsx
@@ -58,8 +58,9 @@ const InfoModal: React.FC<InfoModalProps> = ({ toggleIsOpen }) => {
58
<code>
59
"v1" in (type(record.headers.k1) == list ?
60
record.headers.k1 : [record.headers.k1])
61
- </code> - in case a header can hold either a single value (string) or
62
- multiple values (list of strings)
+ </code>{' '}
+ - in case a header can hold either a single value (string) or multiple
63
+ values (list of strings)
64
</S.ListItem>
65
</ol>
66
<Flexbox justifyContent="center" margin="20px 0 0 0">
0 commit comments