Remove default ver prop from homePage.jsx

Only used in the navbar component which internally already uses a default value. Edit and New already have this removed.
This commit is contained in:
Trevor Buckner
2026-09-09 11:35:31 -04:00
committed by GitHub
parent e4a88a32a0
commit 3ccb4e5cea
@@ -41,7 +41,6 @@ const neverSaved = true;
const HomePage =(props)=>{ const HomePage =(props)=>{
props = { props = {
brew : DEFAULT_BREW, brew : DEFAULT_BREW,
ver : '0.0.0',
...props ...props
}; };