diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 7956cbf6f21..b85c08428ef 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -19077,7 +19077,7 @@ snapshots: d3-timer: 3.0.1 vega-dataflow: 5.7.7 vega-format: 1.1.3 - vega-functions: 5.16.0 + vega-functions: 5.15.0 vega-runtime: 6.2.1 vega-scenegraph: 4.13.1 vega-util: 1.17.3 diff --git a/frontend/src/components/editor/chrome/panels/suggestions-panel.tsx b/frontend/src/components/editor/chrome/panels/suggestions-panel.tsx index 2e910f1e4cc..7a33b3e5904 100644 --- a/frontend/src/components/editor/chrome/panels/suggestions-panel.tsx +++ b/frontend/src/components/editor/chrome/panels/suggestions-panel.tsx @@ -35,7 +35,7 @@ export const SuggestionsPanel: React.FC = () => { }; return ( -
+ {suggestion.description} +
+- {suggestion.description} -