diff --git a/packages/desktop-client/src/components/App.js b/packages/desktop-client/src/components/App.js index e4e9634639..19e2ea5f75 100644 --- a/packages/desktop-client/src/components/App.js +++ b/packages/desktop-client/src/components/App.js @@ -94,42 +94,45 @@ class App extends Component { return (
{process.env.REACT_APP_REVIEW_ID && } - - {fatalError ? ( - <> - - - - ) : initializing ? ( - - ) : budgetId ? ( - - ) : ( - <> +
+ {fatalError ? ( + <> + + + + ) : initializing ? ( - - - )} + ) : budgetId ? ( + + ) : ( + <> + + + + )} - - + + +
); diff --git a/upcoming-release-notes/1267.md b/upcoming-release-notes/1267.md new file mode 100644 index 0000000000..5229b1f7f3 --- /dev/null +++ b/upcoming-release-notes/1267.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [j-f1] +--- + +Fix the “Change server” button being invisible on Netlify deploy previews