mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-20 14:32:57 +00:00
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:
@@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user