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

Other small cleanup

This commit is contained in:
Trevor Buckner
2024-12-26 19:20:25 -05:00
parent bc7297de2e
commit d84f071c62

View File

@@ -65,9 +65,8 @@ const SharePage = (props)=>{
); );
}; };
const titleStyle = disableMeta ? { cursor: 'default' } : {};
const titleEl = ( const titleEl = (
<Nav.item className='brewTitle' style={titleStyle}> <Nav.item className='brewTitle' style={disableMeta ? { cursor: 'default' } : {}}>
{brew.title} {brew.title}
</Nav.item> </Nav.item>
); );