vim-web 0.5.0-dev.12 → 0.5.0-dev.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vim-web.js CHANGED
@@ -75338,7 +75338,7 @@ function MessageBox(props) {
75338
75338
  ] }),
75339
75339
  !minimized && divider(),
75340
75340
  !minimized && body(p.body),
75341
- footer(p.footer)
75341
+ !minimized && footer(p.footer)
75342
75342
  ] });
75343
75343
  }
75344
75344
  function title(title2) {