Skip to content

Commit 6ae2447

Browse files
author
Ezequiel Alvarez
committed
Fix prettier warnings
1 parent c49940e commit 6ae2447

File tree

1 file changed

+3
-2
lines changed
  • frontend/src/components/Topics/Topic/Messages/Filters

1 file changed

+3
-2
lines changed

frontend/src/components/Topics/Topic/Messages/Filters/InfoModal.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ const InfoModal: React.FC<InfoModalProps> = ({ toggleIsOpen }) => {
5858
<code>
5959
&quot;v1&quot; in (type(record.headers.k1) == list ?
6060
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)
61+
</code>{' '}
62+
- in case a header can hold either a single value (string) or multiple
63+
values (list of strings)
6364
</S.ListItem>
6465
</ol>
6566
<Flexbox justifyContent="center" margin="20px 0 0 0">

0 commit comments

Comments
 (0)