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