diff --git a/src/Explorer.js b/src/Explorer.js index 1c7f0df..f82dea1 100644 --- a/src/Explorer.js +++ b/src/Explorer.js @@ -1883,25 +1883,29 @@ class FieldView extends React.PureComponent< )} {selection && args.length ? ( -
- {args.map(arg => ( - - ))} -
+ +
{'('}
+
+ {args.map(arg => ( + + ))} +
+
{')'}
+
) : null} );