mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 03:22:38 +00:00
author fix 3
This commit is contained in:
@@ -137,7 +137,7 @@ const BrewItem = createClass({
|
|||||||
</> : <></>
|
</> : <></>
|
||||||
}
|
}
|
||||||
<span title={`Authors:\n${brew.authors?.join('\n')}`}>
|
<span title={`Authors:\n${brew.authors?.join('\n')}`}>
|
||||||
<i className='fas fa-user'/> {authors.isArray(authors) ? (
|
<i className='fas fa-user'/> {Array.isArray(authors) ? (
|
||||||
<span>
|
<span>
|
||||||
{authors.map((author, index) => (
|
{authors.map((author, index) => (
|
||||||
<span key={index}>
|
<span key={index}>
|
||||||
|
|||||||
Reference in New Issue
Block a user