diff --git a/frontend/src/pages/settings/variables.tsx b/frontend/src/pages/settings/variables.tsx index 3a3652b9a..8e532351b 100644 --- a/frontend/src/pages/settings/variables.tsx +++ b/frontend/src/pages/settings/variables.tsx @@ -132,7 +132,7 @@ export const Variables = () => { return (
{ setUpdateMenuData({ title: `${row.original.name} - Value`, @@ -147,9 +147,7 @@ export const Variables = () => { }); }} > -
- {valueDisplay || "Set value"} -
+ {valueDisplay || "Set value"}