0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 22:22:41 +00:00

set default value for dontRenderStorage prop

This commit is contained in:
Trevor Buckner
2024-09-04 16:15:18 -04:00
parent c735ab7c35
commit 2bc39a468f
2 changed files with 4 additions and 3 deletions

View File

@@ -365,7 +365,7 @@ const VaultPage = (props)=>{
brew={{ ...brew }}
key={index}
reportError={props.reportError}
dontRenderStorage
renderStorage={false}
/>
);
})}