0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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 = (
<Nav.item className='brewTitle' style={titleStyle}>
<Nav.item className='brewTitle' style={disableMeta ? { cursor: 'default' } : {}}>
{brew.title}
</Nav.item>
);