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:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user