Skip to content

Commit

Permalink
Fix for the curly bracket notation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lastmile authored Jan 19, 2024
1 parent a6f4fa8 commit 6f3d346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default memo(function GlobalParametersContainer({
>
<Accordion.Item value="parameters">
<Accordion.Control>
<Text color="blue">Global Parameters {}</Text>
<Text color="blue">Global Parameters {"{}"}</Text>
</Accordion.Control>
<Accordion.Panel>
{isParametersDrawerOpen && (
Expand Down

0 comments on commit 6f3d346

Please sign in to comment.