0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 00:42:40 +00:00

Change Locked Brew Error Page to use standardized author list

Co-authored-by: Víctor Losada Hernández <5ecleric.naturalcrit@gmail.com>
This commit is contained in:
G.Ambatte
2025-04-10 08:39:35 +12:00
committed by GitHub
parent 04defb97b0
commit 654c44ebc9

View File

@@ -196,7 +196,7 @@ const errorIndex = (props)=>{
**Brew Title:** ${escape(props.brew.brewTitle)}
**Brew Authors:** ${escape(props.brew.brewAuthors.length ? props.brew.brewAuthors.join(',') : 'No listed authors')}`,
**Brew Authors:** ${props.brew.authors?.map((author)=>{return `[${author}](/user/${author})`;}).join(', ') || 'Unable to list authors'},
// ####### Admin page error #######
'52' : dedent`